1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/p5-ResourcePool-Resource-Net-LDAP/Makefile
Sunpoet Po-Chuan Hsieh 6a494206ac Update to 1.0003
- Update MASTER_SITES
- Add NO_ARCH
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/ResourcePool-Resource-Net-LDAP
2020-02-22 15:59:17 +00:00

24 lines
464 B
Makefile

# Created by: erwin@FreeBSD.org
# $FreeBSD$
PORTNAME= ResourcePool-Resource-Net-LDAP
PORTVERSION= 1.0003
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MWS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= ResourcePool wrapper for Net::LDAP
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-ResourcePool>=0:devel/p5-ResourcePool \
p5-perl-ldap>=0:net/p5-perl-ldap
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>