svn commit: r413831 - head/security/p5-Authen-SASL-SASLprep

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:48:22 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:48:20 2016
New Revision: 413831
URL: https://svnweb.freebsd.org/changeset/ports/413831

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/security/p5-Authen-SASL-SASLprep/Makefile

Modified: head/security/p5-Authen-SASL-SASLprep/Makefile
==============================================================================
--- head/security/p5-Authen-SASL-SASLprep/Makefile	Sat Apr 23 06:48:16 2016	(r413830)
+++ head/security/p5-Authen-SASL-SASLprep/Makefile	Sat Apr 23 06:48:20 2016	(r413831)
@@ -13,11 +13,13 @@ COMMENT=	Stringprep Profile for User Nam
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Unicode-Stringprep>=1:converters/p5-Unicode-Stringprep
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-head mailing list