freebsd-ports/devel/pecl-operator/Makefile
Martin Wilke 7287587616 * Add LICENSE=PHP30 - http://pecl.php.net/package/operator
* Remove MD5 line from distinfo.
* Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error
  if its defined in the environment. This will stop builds from pulling
  in php 5.3 when the global default is defined as php 4 or 52.

PR:		153029
Submitted by:	"Tom Judge" <tom@tomjudge.com>
2010-12-20 07:18:32 +00:00

31 lines
611 B
Makefile

# New ports collection makefile for: pecl-operator
# Date created: 2006-01-31
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= operator
PORTVERSION= 0.3
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DISTNAME= operator-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP extension that provides operator overloading for PHP objects
LICENSE= PHP30
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER?= 5
IGNORE_WITH_PHP= 4
PHP_MODNAME= ${PORTNAME}
post-extract::
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>