diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
commit | d60cc03b253bf72e5157ae700d5fe527258a540e (patch) | |
tree | 0c58e3fd05dc63ad22162f4f98794e7852d46b90 /mail/p5-Mail-SRS | |
parent | 4cf6611dc57c1a034ee9c9ebcd5c645cf09ccbf9 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-SRS')
-rw-r--r-- | mail/p5-Mail-SRS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index 03de12abe61a..cba632c24cee 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail-SRS PORTVERSION= 0.31 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +16,7 @@ MAINTAINER= chifeng@gmail.com COMMENT= Sender Rewriting Scheme BUILD_DEPENDS= ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Mail::SRS.3 \ |