1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/p5-URI-Encode/Makefile
Philip M. Gollucci 49a315f646 - Update to 0.03
- Remove MD5

PR:             ports/153108
Submitted by:   myself (pgollucci)
Approved by:    ports@c0decafe.net (maintainer)
Changes:        http://search.cpan.org/dist/URI-Encode/Changes
2010-12-13 18:37:35 +00:00

22 lines
381 B
Makefile

# New ports collection makefile for: p5-URI-Encode
# Date created: 2010-09-29
# Whom: ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= URI-Encode
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= Simple URI Encoding/Decoding
PERL_CONFIGURE= yes
MAN3= URI::Encode.3
.include <bsd.port.mk>