e3df4edea3
- Add LICENSE - Support STAGEDIR - While I'm here, fix *_DEPENDS Changes: http://search.cpan.org/dist/Net-IDN-Encode/Changes http://cpansearch.perl.org/src/CFAERBER/Net-IDN-Encode-2.005/Changes PR: ports/183973 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# Created by: Timur Bakeyev <bat@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-IDN-Encode
|
|
PORTVERSION= 2.005
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Internationalizing Domain Names in Applications (RFC 3490)
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Net-IDN-Nameprep>=0:${PORTSDIR}/converters/p5-Net-IDN-Nameprep
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|