22 lines
349 B
Makefile
22 lines
349 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:56 espie Exp $
|
|
|
|
COMMENT= alternative object layout in perl
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Class-InsideOut-1.09
|
|
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|