02b484e043
- While I'm here: - Add USES=php - Fix indent Content of tarballs are unchanged (checked against [1]). => Services_urlTea-0.1.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Services_urlTea-0.1.0.tgz fetch: http://pear.php.net/get/Services_urlTea-0.1.0.tgz: size mismatch: expected 3416, actual 3477 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Services_urlTea-0.1.0.tgz [1] Approved by: portmgr (blanket)
14 lines
266 B
Makefile
14 lines
266 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_urlTea
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PHP interface to urlTea's API
|
|
|
|
USES= pear php
|
|
USE_PHP= curl
|
|
|
|
.include <bsd.port.mk>
|