openbsd-ports/devel/p5-Variable-Magic/Makefile
simon 654c45e001 import p5-Variable-Magic
Magic is Perl way of enhancing objects.  This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as
access, assignation or destruction) that can be applied to it.  With
this module, you can add your own magic to any variable without the pain
of the C API.
2009-02-02 00:58:07 +00:00

21 lines
426 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/02 00:58:07 simon Exp $
COMMENT = associate user-defined magic to variables from Perl
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = Variable-Magic-0.28
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>