2002-05-13 18:50:36 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2002/05/13 18:50:40 espie Exp $
|
2001-03-29 12:29:40 +00:00
|
|
|
|
|
|
|
COMMENT= "BSD process resource limit and priority functions"
|
2001-03-14 11:50:24 +00:00
|
|
|
|
2002-05-09 03:46:29 +00:00
|
|
|
DISTNAME= BSD-Resource-1.15
|
2001-03-14 11:50:24 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
2002-05-09 03:46:29 +00:00
|
|
|
NEED_VERSION= 1.527
|
2001-03-14 11:50:24 +00:00
|
|
|
|
|
|
|
MAINTAINER= Dan Weeks <danimal@danimal.org>
|
|
|
|
|
2002-05-09 03:46:29 +00:00
|
|
|
# GPL or Artistic (same terms as Perl)
|
2001-03-14 11:50:24 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/}
|
2001-04-13 23:22:18 +00:00
|
|
|
|
2001-03-14 11:50:24 +00:00
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|