diff options
author | Henrik Brix Andersen <brix@FreeBSD.org> | 2014-01-13 19:55:40 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@FreeBSD.org> | 2014-01-13 19:55:40 +0000 |
commit | 8c0f6d782ea66114cf280969f2cb19047ee7daf8 (patch) | |
tree | 14ec2ea60aa42ef23e89a98346daa0f07c187c13 /security/p5-Crypt-UnixCrypt_XS/Makefile | |
parent | 76ef25a0bede500201b24db4c3f53622f3d7fae7 (diff) | |
download | ports-8c0f6d782ea66114cf280969f2cb19047ee7daf8.tar.gz ports-8c0f6d782ea66114cf280969f2cb19047ee7daf8.zip |
- Update to v0.10
- Add staging support
- Add LICENSE
- Move MAN3 to pkg-plist
Notes
Notes:
svn path=/head/; revision=339626
Diffstat (limited to 'security/p5-Crypt-UnixCrypt_XS/Makefile')
-rw-r--r-- | security/p5-Crypt-UnixCrypt_XS/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-UnixCrypt_XS/Makefile b/security/p5-Crypt-UnixCrypt_XS/Makefile index 88330422dc89..d24af764cffd 100644 --- a/security/p5-Crypt-UnixCrypt_XS/Makefile +++ b/security/p5-Crypt-UnixCrypt_XS/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-UnixCrypt_XS -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= brix@FreeBSD.org COMMENT= Perl XS interface for a portable traditional crypt function +LICENSE= ARTPERL10 + USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes -MAN3= Crypt::UnixCrypt_XS.3 - -NO_STAGE= yes .include <bsd.port.mk> |