22 lines
397 B
Makefile
22 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/11/16 15:56:37 robert Exp $
|
|
|
|
COMMENT= php class for building console-style tables
|
|
|
|
DISTNAME= Console_Table-1.1.4
|
|
CATEGORIES= devel
|
|
|
|
REVISION= 0
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|