15 lines
272 B
Makefile
15 lines
272 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
|
|
PORTNAME= yaconf
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP Persistent Configurations Container
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|