6c1e1321f9
This module allows you to specify a class the will only load when a method of that class is called.
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/09 03:09:19 kevlo Exp $
|
|
|
|
COMMENT= "run-time class loading on first method call"
|
|
|
|
DISTNAME= Class-Autouse-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
post-patch:
|
|
@perl -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|