diff options
author | swills <swills@FreeBSD.org> | 2012-03-21 21:38:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-21 21:38:41 +0800 |
commit | 8049f019fc11cec7d51dcfebc52d7d0d8545a413 (patch) | |
tree | 470eccbc61a64119c5cf846e29c2a55a5f2e87d3 /net/p5-Net-LDAP-Server-Test | |
parent | 808a91b99f5ad38bd800664463c2b7094bb7440b (diff) | |
download | freebsd-ports-gnome-8049f019fc11cec7d51dcfebc52d7d0d8545a413.tar.gz freebsd-ports-gnome-8049f019fc11cec7d51dcfebc52d7d0d8545a413.tar.zst freebsd-ports-gnome-8049f019fc11cec7d51dcfebc52d7d0d8545a413.zip |
Perl module to test Net::LDAP code
WWW: http://search.cpan.org/dist/Net-LDAP-Server-Test/
Feature safe: yes
Diffstat (limited to 'net/p5-Net-LDAP-Server-Test')
-rw-r--r-- | net/p5-Net-LDAP-Server-Test/Makefile | 26 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Server-Test/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Server-Test/pkg-plist | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-Server-Test/Makefile b/net/p5-Net-LDAP-Server-Test/Makefile new file mode 100644 index 000000000000..51a39254040f --- /dev/null +++ b/net/p5-Net-LDAP-Server-Test/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Net-LDAP-Server-Test +# Date created: 2012-03-21 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-LDAP-Server-Test +PORTVERSION= 0.12 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= CPAN:KARMAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl module to test Net::LDAP code + +BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ + p5-Net-LDAP-Server>=0.3:${PORTSDIR}/net/p5-Net-LDAP-Server + +PERL_CONFIGURE= yes + +MAN3= Net::LDAP::Server::Test.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-LDAP-Server-Test/pkg-descr b/net/p5-Net-LDAP-Server-Test/pkg-descr new file mode 100644 index 000000000000..ee2de73d81bd --- /dev/null +++ b/net/p5-Net-LDAP-Server-Test/pkg-descr @@ -0,0 +1,3 @@ +Perl module to test Net::LDAP code + +WWW: http://search.cpan.org/dist/Net-LDAP-Server-Test/ diff --git a/net/p5-Net-LDAP-Server-Test/pkg-plist b/net/p5-Net-LDAP-Server-Test/pkg-plist new file mode 100644 index 000000000000..b1cf881dac7f --- /dev/null +++ b/net/p5-Net-LDAP-Server-Test/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Net/LDAP/Server/Test.pm +%%SITE_PERL%%/mach/auto/Net/LDAP/Server/Test/.packlist +@dirrmtry %%SITE_PERL%%/mach/auto/Net/LDAP/Server/Test +@dirrmtry %%SITE_PERL%%/Net/LDAP/Server |