openbsd-ports/devel/p5-Lchown/Makefile

27 lines
452 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:48:02 espie Exp $
SHARED_ONLY= Yes
COMMENT= perl interface to the lchown(2) system call
2009-10-20 17:54:50 -04:00
DISTNAME= Lchown-1.01
2010-09-24 11:29:20 -04:00
REVISION= 0
2009-10-20 17:54:50 -04:00
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
2009-10-20 17:54:50 -04:00
MODULES= cpan
CPAN_AUTHOR= NCLEATON
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2009-10-20 17:54:50 -04:00
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>