Date: Sat, 25 Aug 2018 09:08:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478017 - head/devel/p5-DateTime-Format-W3CDTF Message-ID: <201808250908.w7P98BJw076189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Aug 25 09:08:10 2018 New Revision: 478017 URL: https://svnweb.freebsd.org/changeset/ports/478017 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Aug 25 08:38:36 2018 (r478016) +++ head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Aug 25 09:08:10 2018 (r478017) @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Parse and format W3CDTF datetime strings +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808250908.w7P98BJw076189>