mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# Ports collection makefile for: pear-channel-symfony
|
|
# Date created: 11 July 2011
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= symfony
|
|
PORTVERSION= 20110701
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
|
|
|
|
PEAR_CHANNEL_HOST= pear.symfony-project.com
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
|
|
.include <bsd.port.post.mk>
|