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