51c6e2c87d
Unloads a given class by clearing out its symbol table and removing it from %INC.
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 09:23:55 sthen Exp $
|
|
|
|
COMMENT= unload a class
|
|
|
|
DISTNAME= Class-Unload-0.07
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Andrew Fresh <andrew@cpan.org>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|