mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
2f1a81202c
- fix a few portlint warnings
25 lines
409 B
Makefile
25 lines
409 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rrd
|
|
DISTVERSION= 1.1.1
|
|
CATEGORIES= databases pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= PHP bindings to rrd tool system
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|