14 lines
224 B
Makefile
14 lines
224 B
Makefile
COMMENT= parser for plain-text configuration files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Parse-PlainConfig-2.06
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Paranoid
|
|
|
|
.include <bsd.port.mk>
|