openbsd-ports/devel/p5-Package-Stash/Makefile
jim 029208420f import p5-Package-Stash
Manipulating stashes (Perl's symbol tables) is occasionally necessary,
but incredibly messy, and easy to get wrong. This module hides all of
that behind a simple API.

ok ajacoutot@
2010-06-29 13:56:06 +00:00

20 lines
397 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/06/29 13:56:06 jim Exp $
COMMENT= routines for manipulating stashes
MODULES= cpan
DISTNAME= Package-Stash-0.05
CATEGORIES= devel
MAINTAINER= Jim Razmus II <jim@openbsd.org>
# 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>