aboutsummaryrefslogtreecommitdiff
path: root/www/p5-URL-Encode/Makefile
blob: d5844b9ad38a09ecb4fcb64b873ccd32c2065589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>

PORTNAME=	URL-Encode
PORTVERSION=	0.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CHANSEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	dgeo@centrale-marseille.fr
COMMENT=	Encoding and decoding of application/x-www-form-urlencoded encoding

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

OPTIONS_DEFINE=	XS

XS_RUN_DEPENDS=	p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS

.include <bsd.port.mk>