1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Add LICENSE

- Silence stripping

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-09-03 09:08:16 +00:00
parent aadd47c560
commit 413801fb10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478849

View File

@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so
.include <bsd.port.mk>