freebsd-ports/databases/php52-rrdtool/Makefile
Michael Scheidell 40fd4f61cb -Add Expires Date to match php52 [1]
-pet portlint

Submitted by:	crees [1]
Approved by:	gabor (mentor)
Feature safe:	yes
2011-12-09 11:30:43 +00:00

37 lines
876 B
Makefile

# New ports collection makefile for: php5-rrdtool
# Date created: 27 Nov 2011
# Whom: scheidell@freebsd.org
# Credits: rick@wzoeterwoude.net
#
# $FreeBSD$
PORTNAME= rrdtool
PORTVERSION= 1.00
CATEGORIES= databases
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/contrib/ \
http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \
http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/
PKGNAMEPREFIX= php52-
DISTNAME= php_rrdtool
MAINTAINER= scheidell@secnap.net
COMMENT= A php 52 rrdtool glue
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
WRKSRC= ${WRKDIR}/rrdtool
DEPRECATED= PHP 5.2 series is not supported anymore, migrate now
EXPIRATION_DATE=2012-03-01
USE_PHP= yes
DEFAULT_PHP_VER=52
USE_PHPEXT= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not configure on 6.X
.endif
.include <bsd.port.post.mk>