Alexey Dokuchaev 392370b59c Add three more p5-Config-* ports.
Submitted by:	Zeus Panchenko
2019-09-28 16:01:15 +00:00

24 lines
442 B
Makefile

# Created by: Zeus Panchenko <zeus@gnu.org.ua>
# $FreeBSD$
PORTNAME= Config-Parser-ldap
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Configuration file parser for ldap.conf
LICENSE= GPLv3+
RUN_DEPENDS= p5-Config-AST>=1.05:devel/p5-Config-AST \
p5-Config-Parser>=1.03:devel/p5-Config-Parser
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>