openbsd-ports/devel/p5-Params-Classify/Makefile
sthen f6d3e134b2 import devel/p5-Params-Classify, ok landry, from Andreas Voegele's repo
Params::Classify provides various type-testing functions.  These are
intended for functions that, unlike most Perl code, care what type of
data they are operating on.  For example, some functions wish to behave
differently depending on the type of their arguments (like overloaded
functions in C++).
2012-04-08 21:05:51 +00:00

20 lines
365 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:05:51 sthen Exp $
SHARED_ONLY = Yes
COMMENT = argument type classification
MODULES = cpan
DISTNAME = Params-Classify-0.013
CATEGORIES = devel
# same as perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>