aboutsummaryrefslogblamecommitdiff
path: root/converters/p5-URI-UTF8-Punycode/Makefile
blob: 608d8da49c94866c60e8f2d33e2e1c120eba8c62 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          

                                 
                    



                                
                                

                                                   

                     

                         
 


                                                                               
                      
# Created by: Timur Bakeyev <bat@cpan.org>

PORTNAME=	URI-UTF8-Punycode
PORTVERSION=	1.05
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Punycode conversion of UTF-8 string

LICENSE=	GPLv3

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/URI/UTF8/Punycode/Punycode.so

.include <bsd.port.mk>