mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Provides a methode for creating paths in LDAP simply.
WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ PR: ports/124951 Submitted by: Zane C, Bowers <vvelox at vvelox.net>
This commit is contained in:
parent
4655e72153
commit
1fafb74c4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215916
@ -510,6 +510,7 @@
|
||||
SUBDIR += p5-Net-LDAP-AutoDNs
|
||||
SUBDIR += p5-Net-LDAP-Express
|
||||
SUBDIR += p5-Net-LDAP-LDAPhash
|
||||
SUBDIR += p5-Net-LDAP-Makepath
|
||||
SUBDIR += p5-Net-Libdnet
|
||||
SUBDIR += p5-Net-MAC-Vendor
|
||||
SUBDIR += p5-Net-MovableType
|
||||
|
22
net/p5-Net-LDAP-Makepath/Makefile
Normal file
22
net/p5-Net-LDAP-Makepath/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-LDAP-Makepath
|
||||
# Date created: 2008-06-24
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-LDAP-Makepath
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Provides a methode for creating paths in LDAP simply
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::LDAP::Makepath.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-LDAP-Makepath/distinfo
Normal file
3
net/p5-Net-LDAP-Makepath/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-LDAP-Makepath-1.0.0.tar.gz) = 5c18f3f8a8b2a486b2d17f2ae0041906
|
||||
SHA256 (Net-LDAP-Makepath-1.0.0.tar.gz) = c21c265dda73ac9032b1ad7c0147415008de3664bd290057a6e1571e0a055dcf
|
||||
SIZE (Net-LDAP-Makepath-1.0.0.tar.gz) = 3595
|
3
net/p5-Net-LDAP-Makepath/pkg-descr
Normal file
3
net/p5-Net-LDAP-Makepath/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Net::LDAP::Makepath - Provides a methode for creating paths in LDAP simply.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/
|
7
net/p5-Net-LDAP-Makepath/pkg-plist
Normal file
7
net/p5-Net-LDAP-Makepath/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Net/LDAP/Makepath.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Makepath/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Makepath
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/LDAP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user