20 lines
383 B
Makefile
20 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:17 naddy Exp $
|
|
|
|
COMMENT= use standard configuration files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Config-Std-0.901
|
|
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>
|