25 lines
373 B
Makefile
25 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.15 2014/06/14 23:24:57 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the lchown(2) system call
|
|
|
|
DISTNAME= Lchown-1.01
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= NCLEATON
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|