mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
01c11adf03
- Support STAGEDIR Changes: http://search.cpan.org/dist/URI-UTF8-Punycode/Changes PR: ports/183366 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
19 lines
321 B
Makefile
19 lines
321 B
Makefile
# Created by: Timur Bakeyev <bat@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= URI-UTF8-Punycode
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Punycode conversion of UTF-8 string
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|