summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-20 20:16:03 +0000
committerknu <knu@FreeBSD.org>2003-02-20 20:16:03 +0000
commita66a36bfa496d3883ceda74fb4dcdd7a79320db6 (patch)
treeb7089c521114c28bfca8c4b4344fe8119d0928a9 /misc
parenta3ba37a0f19727d89b4dcef36064fd7e047b44f0 (diff)
downloadFreeBSD-ports-a66a36bfa496d3883ceda74fb4dcdd7a79320db6.zip
FreeBSD-ports-a66a36bfa496d3883ceda74fb4dcdd7a79320db6.tar.gz
Add MAINTAINER=ports@FreeBSD.org and de-pkg-comment.
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-DataCash/Makefile7
-rw-r--r--misc/p5-DataCash/pkg-comment1
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/p5-DataCash/Makefile b/misc/p5-DataCash/Makefile
index e24249b..315190c 100644
--- a/misc/p5-DataCash/Makefile
+++ b/misc/p5-DataCash/Makefile
@@ -11,11 +11,14 @@ CATEGORIES= misc perl5
MASTER_SITES= http://www.datacash.com/stronghold/perl/
PKGNAMEPREFIX= p5-
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Online credit card transactions
+
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV
-
+
PERL_CONFIGURE= yes
MAN3= CCCheck.3 \
@@ -24,6 +27,6 @@ MAN3= CCCheck.3 \
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-extract:
- find ${WRKSRC} -type f -exec perl -spi -e 's/\r//g' {} ';'
+ ${FIND} ${WRKSRC} -type f -exec ${PERL} -spi -e 's/\r//g' {} ';'
.include <bsd.port.mk>
diff --git a/misc/p5-DataCash/pkg-comment b/misc/p5-DataCash/pkg-comment
deleted file mode 100644
index 7056e4e..0000000
--- a/misc/p5-DataCash/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Online credit card transactions
OpenPOWER on IntegriCloud