openbsd-ports/devel/p5-aliased/Makefile
kevlo ef8624a610 Initial import of p5-aliased 0.30
aliased is simple in concept but is a rather handy module. It loads 
the class you specify and exports into your namespace a subroutine
that returns the class name. You can explicitly alias the class to 
another name or, if you prefer, you can do so implicitly.
In the latter case, the name of the subroutine is the last part of
the class name.

ok pea@
2009-10-05 12:50:38 +00:00

24 lines
388 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/10/05 12:50:38 kevlo Exp $
COMMENT= use shorter versions of class names
DISTNAME= aliased-0.30
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
MAKE_ENV= TEST_POD=Yes
CPAN_AUTHOR= OVID
.include <bsd.port.mk>