openbsd-ports/devel/p5-Lchown/Makefile

26 lines
390 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:18 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
2012-08-23 11:00:32 -04:00
REVISION= 2
2009-10-20 17:54:50 -04:00
CATEGORIES= devel
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2009-10-20 17:54:50 -04:00
MODULES= cpan
CPAN_AUTHOR= NCLEATON
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
2009-10-20 17:54:50 -04:00
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>