openbsd-ports/devel/p5-prefork/Makefile
kevlo 7834075814 Initial import p5-prefork 1.00.
The "prefork" pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code as
possible.
2005-11-22 09:00:57 +00:00

21 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/11/22 09:00:57 kevlo Exp $
COMMENT= "optimized module loading for forking or non-forking processes"
DISTNAME= prefork-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>