devel/p5-Data-Censor: New port
Data::Censor is a perl module to censor sensitive stuff in a data structure.
This commit is contained in:
@@ -2231,6 +2231,7 @@
|
||||
SUBDIR += p5-Data-Binary
|
||||
SUBDIR += p5-Data-Bind
|
||||
SUBDIR += p5-Data-Capture
|
||||
SUBDIR += p5-Data-Censor
|
||||
SUBDIR += p5-Data-ClearSilver-HDF
|
||||
SUBDIR += p5-Data-Clone
|
||||
SUBDIR += p5-Data-Cmp
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1757989816
|
||||
SHA256 (Data-Censor-0.04.tar.gz) = b713694b004362ba799baca9ee96a5d1c45a5e297711e3312f741ef511e2cc83
|
||||
SIZE (Data-Censor-0.04.tar.gz) = 6494
|
||||
@@ -0,0 +1 @@
|
||||
Data::Censor is a perl module to censor sensitive stuff in a data structure.
|
||||
@@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Data/Censor.pm
|
||||
%%PERL5_MAN3%%/Data::Censor.3.gz
|
||||
Reference in New Issue
Block a user