freebsd-ports/converters/p5-URI-UTF8-Punycode/Makefile

22 lines
407 B
Makefile
Raw Normal View History

# Created by: Timur Bakeyev <bat@cpan.org>
2010-12-10 04:53:07 +01:00
# $FreeBSD$
PORTNAME= URI-UTF8-Punycode
PORTVERSION= 1.05
2010-12-10 04:53:07 +01:00
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2010-12-10 04:53:07 +01:00
COMMENT= Punycode conversion of UTF-8 string
LICENSE= GPLv3
USES= perl5
USE_PERL5= configure
2010-12-10 04:53:07 +01: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>