aboutsummaryrefslogtreecommitdiff
path: root/net/p5-OurNet-BBS
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-09-19 03:49:07 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-09-19 03:49:07 +0000
commitde74d435e9d4be0a658fcaf2488aa163668a7985 (patch)
tree8f77e58122a90526b30912f432cb07707a0639db /net/p5-OurNet-BBS
parent868cce3438437faa4247f7be028a914099cdc720 (diff)
downloadports-de74d435e9d4be0a658fcaf2488aa163668a7985.tar.gz
ports-de74d435e9d4be0a658fcaf2488aa163668a7985.zip
- Fix build
- Transfer maintainership to perl@FreeBSD.org PR: ports/103330 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=173371
Diffstat (limited to 'net/p5-OurNet-BBS')
-rw-r--r--net/p5-OurNet-BBS/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-OurNet-BBS/Makefile b/net/p5-OurNet-BBS/Makefile
index 304e33d04032..3ac64c239c1e 100644
--- a/net/p5-OurNet-BBS/Makefile
+++ b/net/p5-OurNet-BBS/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= OurNet
PKGNAMEPREFIX= p5-
-MAINTAINER= gslin@gslin.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Component Object Model for BBS systems
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
@@ -24,13 +24,13 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/
${SITE_PERL}/${PERL_ARCH}/Crypt/TEA.pm:${PORTSDIR}/security/p5-Crypt-TEA \
${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish.pm:${PORTSDIR}/security/p5-Crypt-Twofish \
${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish2.pm:${PORTSDIR}/security/p5-Crypt-Twofish2 \
+ ${SITE_PERL}/${PERL_ARCH}/Date/Format.pm:${PORTSDIR}/devel/p5-DateTime \
+ ${SITE_PERL}/${PERL_ARCH}/Date/Parse.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP \
${SITE_PERL}/Crypt/DES_PP.pm:${PORTSDIR}/security/p5-Crypt-DES_PP \
${SITE_PERL}/Crypt/Rijndael_PP.pm:${PORTSDIR}/security/p5-Crypt-Rijndael_PP \
- ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-DateTime \
- ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap \
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \