21 lines
414 B
Makefile
21 lines
414 B
Makefile
# New ports collection makefile for: p5-URI-UTF8-Punycode
|
|
# Date created: 10 Dec 2010
|
|
# Whom: Timur Bakeyev <bat@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= URI-UTF8-Punycode
|
|
PORTVERSION= 0.96
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= timur@FreeBSD.org
|
|
COMMENT= Punycode conversion of UTF-8 string
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= URI::UTF8::Punycode.3
|
|
|
|
.include <bsd.port.mk>
|