- Pass maintainership to submitter
PR: ports/172813, ports/172814, ports/172815,
ports/172816, ports/172817, ports/172818,
ports/172820, ports/172821, ports/172822,
ports/172823, ports/172824, ports/172825
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: timur (via private email)
makc, avilla (mentors implicit)
Feature safe: yes
2012-10-17 15:38:18 +02:00
|
|
|
# Created by: Timur Bakeyev <bat@cpan.org>
|
2010-12-10 04:53:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= URI-UTF8-Punycode
|
2017-06-06 13:00:43 +02:00
|
|
|
PORTVERSION= 1.05
|
2010-12-10 04:53:07 +01:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2010-12-10 04:53:07 +01:00
|
|
|
COMMENT= Punycode conversion of UTF-8 string
|
|
|
|
|
2013-05-13 16:24:44 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-09-10 09:12:35 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-12-10 04:53:07 +01:00
|
|
|
|
2017-06-06 13:00:43 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/URI/UTF8/Punycode/Punycode.so
|
|
|
|
|
2010-12-10 04:53:07 +01:00
|
|
|
.include <bsd.port.mk>
|