21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/11/29 08:23:31 espie Exp $
|
|
|
|
COMMENT= "calling UNIVERSAL::isa as a function"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= UNIVERSAL-isa-0.06
|
|
PKGNAME= p5-Universal-isa-0.06
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|