- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-08-19 09:08:07 +00:00
parent db6cce6f3b
commit ffe11fc938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477559

View file

@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Powerful and flexible message logging mechanism
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Params-Check>=0:devel/p5-Params-Check \
p5-Module-Load>=0:devel/p5-Module-Load \
p5-Locale-Maketext-Simple>=0:devel/p5-Locale-Maketext-Simple
@ -19,5 +22,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>