20 lines
434 B
Makefile
20 lines
434 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 06:44:49 simon Exp $
|
||
|
|
||
|
COMMENT= provide static calls that apply to a default instantiation
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Class-Default-1.50
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
REGRESS_DEPENDS=::devel/p5-Test-Pod
|
||
|
|
||
|
.include <bsd.port.mk>
|