20 lines
430 B
Makefile
20 lines
430 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/26 02:50:23 kevlo Exp $
|
||
|
|
||
|
COMMENT= "more sensible way to change directories"
|
||
|
|
||
|
DISTNAME= File-chdir-0.06
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||
|
|
||
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||
|
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= perl
|
||
|
|
||
|
.include <bsd.port.mk>
|