22 lines
403 B
Makefile
22 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:06 merdely Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Perl interface to the lchown(2) system call
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Lchown-1.00
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Alexander Bluhm <alexander_bluhm@genua.de>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= NCLEATON
|
|
|
|
.include <bsd.port.mk>
|