openbsd-ports/devel/p5-Lchown/Makefile
2022-03-11 18:49:30 +00:00

21 lines
293 B
Makefile

COMMENT= perl interface to the lchown(2) system call
DISTNAME= Lchown-1.01
REVISION= 5
CATEGORIES= devel
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
MODULES= cpan
CPAN_AUTHOR= NCLEATON
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>