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