21 lines
333 B
Makefile
21 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/10/08 17:51:46 simon Exp $
|
|
|
|
COMMENT= alternative object layout in perl
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Class-InsideOut-1.09
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|