mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
47e5e916ae
that all eZ Components need to function properly. The Base component needs to be loaded specifically. Base can also autoload external class reposito- ries from outside the eZ Components. Aside from the autoload functionality, the Base component also contains a number of generic Exception classes that all inherit from the ezcBaseExce- ption class. WWW: http://ezcomponents.org/ PR: 172759 Submitted by: Gasol Wu <gasol.wu@gmail.com> Feature safe: yes
26 lines
705 B
Makefile
26 lines
705 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Base
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://components.ez.no/get/
|
|
PKGNAMEPREFIX= pear-${PEAR_CHANNEL}_
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Base package that all ezc components packages rely on
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= pear>=1.4.2:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
|
|
RUN_DEPENDS= pear>=1.4.2:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
|
|
|
|
PEAR_CHANNEL= ezc
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|