bfce867435
from maintainer Okan Demirmen <okan at demirmen.com>
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/08/01 05:40:58 steven Exp $
|
|
|
|
COMMENT= "limits the number of forked concurrent processes"
|
|
|
|
DISTNAME= Proc-Queue-1.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|