freebsd-ports/textproc/p5-Net-IDN-Encode/Makefile

23 lines
521 B
Makefile

PORTNAME= Net-IDN-Encode
PORTVERSION= 2.500
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Internationalizing Domain Names in Applications (RFC 3490)
WWW= https://metacpan.org/release/Net-IDN-Encode
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/IDN/Punycode/Punycode.so
.include <bsd.port.mk>