svn commit: r498933 - head/devel/p5-DateTime-Format-HTTP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 14 17:53:33 UTC 2019


Author: sunpoet
Date: Sun Apr 14 17:53:05 2019
New Revision: 498933
URL: https://svnweb.freebsd.org/changeset/ports/498933

Log:
  Add LICENSE
  
  - Add NO_ARCH

Modified:
  head/devel/p5-DateTime-Format-HTTP/Makefile

Modified: head/devel/p5-DateTime-Format-HTTP/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-HTTP/Makefile	Sun Apr 14 17:53:00 2019	(r498932)
+++ head/devel/p5-DateTime-Format-HTTP/Makefile	Sun Apr 14 17:53:05 2019	(r498933)
@@ -11,11 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	HTTP date conversion routines
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
 		p5-libwww>=0:www/p5-libwww
 
 USES=		perl5
 USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list