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

23 lines
436 B
Makefile

# Created by: Zeus Panchenko <zeus@gnu.org.ua>
# $FreeBSD$
PORTNAME= Config-Parser
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for configuration file parsers
LICENSE= GPLv3+
RUN_DEPENDS= p5-Config-AST>=1.05:devel/p5-Config-AST \
p5-Text-Locus>=1.01:textproc/p5-Text-Locus
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>