openbsd-ports/devel/p5-Package-Stash-XS/Makefile
simon 42a7b82ffd import p5-Package-Stash-XS
This is a backend for Package::Stash, which provides the functionality
in a way that's less buggy and much faster.  It will be used by default
if it's installed, and should be preferred in all environments with a
compiler.
2011-03-22 23:18:07 +00:00

19 lines
399 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/03/22 23:18:07 simon Exp $
COMMENT = faster and more correct implementation of Package::Stash
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = Package-Stash-XS-0.22
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
REGRESS_DEPENDS = devel/p5-Test-Fatal
.include <bsd.port.mk>