mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
19 lines
396 B
Makefile
19 lines
396 B
Makefile
PORTNAME= Console
|
|
PORTVERSION= 2.4.4
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.symfony.com/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}Symfony_Component_
|
|
DIST_SUBDIR= Symfony2
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Symfony2 Console Component
|
|
WWW= https://symfony.com/doc/current/components/console.html
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
PEAR_CHANNEL= symfony2
|
|
|
|
.include <bsd.port.mk>
|