diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
commit | 5542fae1efc7914a62cbad9660568e6ff7f667e0 (patch) | |
tree | 197cf4926e3d2988f210f5bd5c683e60d0866e2f /security/p5-Crypt-Dining | |
parent | 905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff) |
- Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
Notes
Notes:
svn path=/head/; revision=298336
Diffstat (limited to 'security/p5-Crypt-Dining')
-rw-r--r-- | security/p5-Crypt-Dining/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-Dining/Makefile b/security/p5-Crypt-Dining/Makefile index d3263e77b9f3..801fd367b9ea 100644 --- a/security/p5-Crypt-Dining/Makefile +++ b/security/p5-Crypt-Dining/Makefile @@ -11,11 +11,11 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= The Dining Cryptographers' Protocol -BUILD_DEPENDS= ${SITE_PERL}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \ - ${SITE_PERL}/Net/Address/IPv4/Local.pm:${PORTSDIR}/net/p5-Net-Address-IPv4-Local +BUILD_DEPENDS= p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \ + p5-Net-Address-IPv4-Local>=0:${PORTSDIR}/net/p5-Net-Address-IPv4-Local RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Crypt::Dining.3 |