17 lines
296 B
Makefile
17 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 21:02:15 sthen Exp $
|
|
|
|
COMMENT= subclass of AppConfig that provides standard options
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = AppConfig-Std-1.10
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig
|
|
|
|
.include <bsd.port.mk>
|