freebsd-ports/converters/p5-Encode-Punycode/Makefile
Andrej Zverev 7c2ce3b0d8 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 11:04:34 +00:00

25 lines
569 B
Makefile

# 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= p5-Net-IDN-Encode>=0:${PORTSDIR}/textproc/p5-Net-IDN-Encode
BUILD_DEPENDS:= ${RUN_DEPENDS} \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
MAN3= Encode::Punycode.3
.include <bsd.port.mk>