Date: Tue, 6 Nov 2018 09:00:20 +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: r484282 - head/devel/p5-SUPER Message-ID: <201811060900.wA690K13001777@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 6 09:00:20 2018 New Revision: 484282 URL: https://svnweb.freebsd.org/changeset/ports/484282 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-SUPER/Makefile Modified: head/devel/p5-SUPER/Makefile ============================================================================== --- head/devel/p5-SUPER/Makefile Tue Nov 6 07:49:38 2018 (r484281) +++ head/devel/p5-SUPER/Makefile Tue Nov 6 09:00:20 2018 (r484282) @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl module control superclass method dispatch +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Identify>=0.04:devel/p5-Sub-Identify USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811060900.wA690K13001777>