1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-12-22 09:00:26 +00:00
parent e59cf13372
commit 5301968649
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488079

View File

@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
p5-Convert-ASN1>=0.10:converters/p5-Convert-ASN1 \
@ -18,5 +21,6 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>