mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
eb9ac8e5ea
Sponsored by: Netzkommune GmbH
20 lines
374 B
Makefile
20 lines
374 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Yaml
|
|
PORTVERSION= 2.4.4
|
|
CATEGORIES= textproc pear
|
|
MASTER_SITES= http://pear.symfony.com/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}Symfony_Component_
|
|
DIST_SUBDIR= Symfony2
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Symfony2 Yaml Component
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= symfony2
|
|
|
|
.include <bsd.port.mk>
|