diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /dns/p5-Net-LibIDN/Makefile | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes:
svn path=/head/; revision=145533
svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
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> |