Files
ports/devel/p5-Data-Censor/Makefile
T
Wen Heping 1aa6ce97e6 devel/p5-Data-Censor: New port
Data::Censor is a perl module to censor sensitive stuff in a data structure.
2025-09-16 02:54:56 +00:00

22 lines
396 B
Makefile

PORTNAME= Data-Censor
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Censor sensitive stuff in a data structure
WWW= https://metacpan.org/release/Data-Censor
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Ref-Util>=0:devel/p5-Ref-Util
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>