openbsd-ports/devel/p5-BSD-Resource/Makefile
bluhm f52492f28b - update p5-BSD-Resource to 1.2904
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@
2010-12-13 13:50:39 +00:00

24 lines
421 B
Makefile

# $OpenBSD: Makefile,v 1.28 2010/12/13 13:50:39 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = BSD process resource limit and priority functions
DISTNAME = BSD-Resource-1.2904
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
USE_GROFF = Yes
.include <bsd.port.mk>