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@
This commit is contained in:
parent
d0eb108190
commit
029208420f
19
devel/p5-Package-Stash/Makefile
Normal file
19
devel/p5-Package-Stash/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $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>
|
5
devel/p5-Package-Stash/distinfo
Normal file
5
devel/p5-Package-Stash/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Package-Stash-0.05.tar.gz) = 17OFesofIrLaBs/NMSPL7w==
|
||||
RMD160 (Package-Stash-0.05.tar.gz) = TUoduL7GOvE6idTRtJjPj/rGyqw=
|
||||
SHA1 (Package-Stash-0.05.tar.gz) = OEOPduPMFLJa+zuy6bPKxt6p92M=
|
||||
SHA256 (Package-Stash-0.05.tar.gz) = 5yRZg67ugURM/frSIki3HwdEIp+qFgUHhGiqXSWeGXY=
|
||||
SIZE (Package-Stash-0.05.tar.gz) = 17023
|
3
devel/p5-Package-Stash/pkg/DESCR
Normal file
3
devel/p5-Package-Stash/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
4
devel/p5-Package-Stash/pkg/PLIST
Normal file
4
devel/p5-Package-Stash/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/29 13:56:06 jim Exp $
|
||||
${P5SITE}/Package/
|
||||
${P5SITE}/Package/Stash.pm
|
||||
@man man/man3p/Package::Stash.3p
|
Loading…
Reference in New Issue
Block a user