22 lines
403 B
Makefile
22 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/25 16:32:36 espie 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>
|