svn commit: r436058 - head/security/p5-Tie-EncryptedHash

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 13 10:28:04 UTC 2017


Author: sunpoet
Date: Mon Mar 13 10:28:03 2017
New Revision: 436058
URL: https://svnweb.freebsd.org/changeset/ports/436058

Log:
  Add LICENSE
  
  - Sort PLIST

Modified:
  head/security/p5-Tie-EncryptedHash/Makefile
  head/security/p5-Tie-EncryptedHash/pkg-plist

Modified: head/security/p5-Tie-EncryptedHash/Makefile
==============================================================================
--- head/security/p5-Tie-EncryptedHash/Makefile	Mon Mar 13 10:27:58 2017	(r436057)
+++ head/security/p5-Tie-EncryptedHash/Makefile	Mon Mar 13 10:28:03 2017	(r436058)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at 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 \

Modified: head/security/p5-Tie-EncryptedHash/pkg-plist
==============================================================================
--- head/security/p5-Tie-EncryptedHash/pkg-plist	Mon Mar 13 10:27:58 2017	(r436057)
+++ head/security/p5-Tie-EncryptedHash/pkg-plist	Mon Mar 13 10:28:03 2017	(r436058)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Tie::EncryptedHash.3.gz
 %%SITE_PERL%%/Tie/EncryptedHash.pm
+%%PERL5_MAN3%%/Tie::EncryptedHash.3.gz


More information about the svn-ports-head mailing list