blob: 1f595b1d7459465d6b7ab2997a4e3f4343633b80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# 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
PORTREVISION= 1
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@FreeBSD.org
COMMENT= A php 52 rrdtool glue
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
WRKSRC= ${WRKDIR}/rrdtool
DEPRECATED= PHP 5.2 series is strongly discouraged for new installations, migrate now
EXPIRATION_DATE=2013-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>
|