17 lines
224 B
Makefile
17 lines
224 B
Makefile
|
COMMENT= parse apache-like config files
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME= Config-ApacheFormat-1.2
|
||
|
REVISION= 1
|
||
|
|
||
|
CATEGORIES= www
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Class-MethodMaker
|
||
|
|
||
|
.include <bsd.port.mk>
|