diff options
Diffstat (limited to 'dns/p5-Net-LibIDN/Makefile')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile deleted file mode 100644 index cef95611e16e..000000000000 --- a/dns/p5-Net-LibIDN/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: p5-Net-LibIDN -# Date created: 06 March 2004 -# Whom: Dominik Brettnacher <domi@saargate.de> -# -# $FreeBSD$ -# - -PORTNAME= Net-LibIDN -PORTVERSION= 0.07 -PORTREVISION= 2 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR -PKGNAMEPREFIX= p5- - -MAINTAINER= domi@saargate.de -COMMENT= This module provides access to the libidn library - -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn - -PERL_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include - -MAN3= Net::LibIDN.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again -.endif - -.include <bsd.port.post.mk> |