22 lines
441 B
Makefile
22 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/09/30 13:53:33 kevlo Exp $
|
|
|
|
COMMENT= "more sensible way to change directories"
|
|
|
|
DISTNAME= File-chdir-0.06
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|