mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b12291e555
- Use CPAN :id subdir macro Changes: http://search.cpan.org/dist/URI-Encode/Changes PR: ports/160584 Submitted by: az Approved by: maintainer (timeout, 14 days)
23 lines
413 B
Makefile
23 lines
413 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.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MITHUN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= Simple URI Encoding/Decoding
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= URI::Encode.3
|
|
|
|
.include <bsd.port.mk>
|