mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
19 lines
378 B
Makefile
19 lines
378 B
Makefile
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= Symfony Yaml Component
|
|
WWW= https://symfony.com/components/Yaml
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
PEAR_CHANNEL= symfony
|
|
|
|
.include <bsd.port.mk>
|