opnsense-ports/www/p5-URL-Encode-XS/Makefile
2022-09-07 22:33:21 +02:00

22 lines
494 B
Makefile

PORTNAME= URL-Encode-XS
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHANSEN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XS implementation of application/x-www-form-urlencoded encoding
WWW= https://metacpan.org/pod/URL::Encode::XS
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/URL/Encode/XS/XS.so
.include <bsd.port.mk>