22 lines
488 B
Makefile
22 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.9 2003/08/23 21:40:48 naddy Exp $
|
|
|
|
COMMENT= "BSD process resource limit and priority functions"
|
|
|
|
DISTNAME= BSD-Resource-1.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
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>
|