diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-13 18:28:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-13 18:28:03 +0800 |
commit | 9331e5b52bb8afe057895dcbfcc1fbc040275146 (patch) | |
tree | 2b35b77a28f1e4b9865b3b216ee750539852b0fa | |
parent | ad626571fc196c3e841055f610771f3aab7a893d (diff) | |
download | freebsd-ports-gnome-9331e5b52bb8afe057895dcbfcc1fbc040275146.tar.gz freebsd-ports-gnome-9331e5b52bb8afe057895dcbfcc1fbc040275146.tar.zst freebsd-ports-gnome-9331e5b52bb8afe057895dcbfcc1fbc040275146.zip |
Add LICENSE
- Sort PLIST
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index 84fe6f6fd5d1..de5a807f5129 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Hashes (and objects based on hashes) with encrypting fields +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \ diff --git a/security/p5-Tie-EncryptedHash/pkg-plist b/security/p5-Tie-EncryptedHash/pkg-plist index fcc12b32e1c8..743a9ebea1ce 100644 --- a/security/p5-Tie-EncryptedHash/pkg-plist +++ b/security/p5-Tie-EncryptedHash/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Tie::EncryptedHash.3.gz %%SITE_PERL%%/Tie/EncryptedHash.pm +%%PERL5_MAN3%%/Tie::EncryptedHash.3.gz |