svn commit: r426475 - head/devel/p5-DateTime-Calendar-Pataphysical

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 17:11:19 UTC 2016


Author: sunpoet
Date: Sat Nov 19 17:09:16 2016
New Revision: 426475
URL: https://svnweb.freebsd.org/changeset/ports/426475

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/devel/p5-DateTime-Calendar-Pataphysical/Makefile

Modified: head/devel/p5-DateTime-Calendar-Pataphysical/Makefile
==============================================================================
--- head/devel/p5-DateTime-Calendar-Pataphysical/Makefile	Sat Nov 19 17:09:11 2016	(r426474)
+++ head/devel/p5-DateTime-Calendar-Pataphysical/Makefile	Sat Nov 19 17:09:16 2016	(r426475)
@@ -12,12 +12,14 @@ COMMENT=	Dates in the pataphysical calen
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
 		p5-DateTime-Locale>=0:devel/p5-DateTime-Locale
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockTime>=0:devel/p5-Test-MockTime
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list