blob: 11f718b9f327d9840cbd1999e0f279e9a0bccdb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= yes
MAN3= URI::UTF8::Punycode.3
.include <bsd.port.mk>
|