2010-10-20 10:43:59 +02:00
|
|
|
# New ports collection makefile for: p5-URI-Encode
|
|
|
|
# Date created: 2010-09-29
|
|
|
|
# Whom: ports@c0decafe.net <ports@c0decafe.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= URI-Encode
|
2011-09-23 22:26:57 +02:00
|
|
|
PORTVERSION= 0.04
|
2010-10-20 10:43:59 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-09-23 22:26:57 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MITHUN
|
2010-10-20 10:43:59 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
|
|
COMMENT= Simple URI Encoding/Decoding
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= URI::Encode.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|