14 lines
253 B
Makefile
14 lines
253 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/01/31 10:14:52 benoit Exp $
|
|
|
|
COMMENT = php class for building console-style tables
|
|
|
|
DISTNAME = Console_Table-1.3.0
|
|
CATEGORIES = devel
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = www/pear
|
|
|
|
.include <bsd.port.mk>
|