ports/textproc/pear-YAML/Makefile
Po-Chuan Hsieh 87ebaf6bec
textproc/pear-YAML: Add LICENSE
- Remove leading definite article from COMMENT
- Update WWW
- Add NO_ARCH
2024-09-05 14:17:52 +08:00

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>