openbsd-ports/devel/p5-Sub-Identify/Makefile
jasper 5aec01ae95 import p5-Sub-Identify 0.03
Sub::Identify allows you to retrieve the real name of code references.
For this, it uses Perl's introspection mechanism, provided by the B
module.
2008-10-06 16:48:51 +00:00

17 lines
318 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/06 16:48:51 jasper Exp $
COMMENT = tetrieve names of code references
DISTNAME = Sub-Identify-0.03
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
.include <bsd.port.mk>