18 lines
335 B
Makefile
18 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/10/11 23:48:26 naddy Exp $
|
|
|
|
COMMENT= subclass of AppConfig that provides standard options
|
|
|
|
MODULES= cpan
|
|
DISTNAME= AppConfig-Std-1.07
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig
|
|
|
|
.include <bsd.port.mk>
|