21 lines
482 B
Makefile
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>
|