openbsd-ports/devel/p5-Lchown/Makefile

27 lines
458 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:44:32 ajacoutot 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
REVISION= 1
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-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>