opnsense-ports/www/p5-URL-Encode-XS/Makefile
Franco Fichtner a273393303 */*: sync with upstream
Taken from: HardenedBSD
2017-09-16 12:42:43 +02:00

20 lines
402 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= URL-Encode-XS
PORTVERSION= 0.03
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>