freebsd-ports/devel/p5-Parse-PlainConfig/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
482 B
Makefile

# Created by: Peter Vereshagin <peter@vereshagin.org>
# $FreeBSD$
PORTNAME= Parse-PlainConfig
PORTVERSION= 2.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= peter@vereshagin.org
COMMENT= Perl5 module to use plain config files
RUN_DEPENDS= p5-Paranoid>0:devel/p5-Paranoid \
p5-Text-ParseWords>0:textproc/p5-Text-ParseWords \
p5-Text-Tabs+Wrap>0:textproc/p5-Text-Tabs+Wrap
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>