15 lines
326 B
Makefile
15 lines
326 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= YAML
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= textproc www pear
|
|
MASTER_SITES= http://pear.symfony-project.com/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= The Symfony YAML Component
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= symfony
|
|
|
|
.include <bsd.port.mk>
|