1aa6ce97e6
Data::Censor is a perl module to censor sensitive stuff in a data structure.
22 lines
396 B
Makefile
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>
|