openbsd-ports/devel/p5-Acme-Damn/Makefile
sthen 34c7385334 import ports/devel/p5-Acme-Damn,
"Acme::Damn provides a single routine, damn(), which takes a blessed
reference (a Perl object), and *unblesses* it, to return the original
reference. I can't think of any reason why you might want to do this,
but just because it's of no use doesn't mean that you shouldn't be able
to do it."

I'll be Acme::Damned if this is not the most useless module ever -jasper@
2011-03-10 21:34:49 +00:00

22 lines
370 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/03/10 21:34:49 sthen Exp $
SHARED_ONLY= Yes
COMMENT= unbless perl objects
DISTNAME= Acme-Damn-0.04
CATEGORIES= devel
MODULES= cpan
USE_GROFF= Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= devel/p5-Test-Exception
.include <bsd.port.mk>