freebsd-ports/converters/p5-Encode-Punycode/Makefile

26 lines
602 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Encode-Punycode
# Date created: Dec 10, 2010
# Whom: Timur Bakeyev <timur@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Encode-Punycode
PORTVERSION= 1.000
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= Encode plugin for Punycode
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/IDN/Encode.pm:${PORTSDIR}/textproc/p5-Net-IDN-Encode
BUILD_DEPENDS:= ${RUN_DEPENDS} \
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
MAN3= Encode::Punycode.3
.include <bsd.port.mk>