Date: Wed, 22 Aug 2018 09:08:10 +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: r477778 - head/devel/p5-Data-GUID Message-ID: <201808220908.w7M98Ac9037942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Aug 22 09:08:09 2018 New Revision: 477778 URL: https://svnweb.freebsd.org/changeset/ports/477778 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Data-GUID/Makefile Modified: head/devel/p5-Data-GUID/Makefile ============================================================================== --- head/devel/p5-Data-GUID/Makefile Wed Aug 22 08:58:31 2018 (r477777) +++ head/devel/p5-Data-GUID/Makefile Wed Aug 22 09:08:09 2018 (r477778) @@ -12,6 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Generate globally unique identifiers +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Sub-Install>=0.03:devel/p5-Sub-Install \ p5-Sub-Exporter>=0.90:devel/p5-Sub-Exporter \ p5-Data-UUID>=1.148:devel/p5-Data-UUID @@ -20,5 +24,6 @@ TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simpl 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?201808220908.w7M98Ac9037942>