17 lines
318 B
Makefile
17 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.10 2015/01/05 15:29:56 benoit Exp $
|
|
|
|
COMMENT= subclass of AppConfig that provides standard options
|
|
|
|
MODULES= cpan
|
|
DISTNAME = AppConfig-Std-1.09
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig
|
|
|
|
.include <bsd.port.mk>
|