1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/pear-ezc_Base/Makefile
Ruslan Makhmatkhanov 47e5e916ae The Base component provides the basic functionality, such as autoloading,
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
2012-12-03 15:55:56 +00:00

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>