18 lines
343 B
Makefile
18 lines
343 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/18 19:00:08 jasper Exp $
|
||
|
|
||
|
COMMENT= commandline execution interface
|
||
|
|
||
|
DISTNAME= System_Command-1.0.6
|
||
|
PKGNAME= pear-${DISTNAME:S/_/-/}
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MODULES= www/pear
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|