20 lines
364 B
Makefile
20 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/12 16:29:19 espie Exp $
|
|
|
|
COMMENT= "simple Unix commands in perl"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= ExtUtils-Command-1.12
|
|
PKGNAME= p5-Shell-Command-1.12
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|