18 lines
329 B
Makefile
18 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:13 naddy Exp $
|
|
|
|
COMMENT= subclass of AppConfig that provides standard options
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = AppConfig-Std-1.10
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig
|
|
|
|
.include <bsd.port.mk>
|