19 lines
369 B
Makefile
19 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:14 espie Exp $
|
|
|
|
COMMENT= use standard configuration files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Config-Std-0.900
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Std
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Distribution \
|
|
devel/p5-Test-Pod-Coverage>=1.04
|
|
|
|
.include <bsd.port.mk>
|