mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
8821e4df49
- While I'm here: - Add USES=php - Fix indent Content of tarballs are unchanged (checked against [1]). => Services_TinyURL-0.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Services_TinyURL-0.1.2.tgz fetch: http://pear.php.net/get/Services_TinyURL-0.1.2.tgz: size mismatch: expected 3960, actual 4033 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Services_TinyURL-0.1.2.tgz [1] Approved by: portmgr (blanket)
15 lines
268 B
Makefile
15 lines
268 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_TinyURL
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PHP interface to TinyURL's API
|
|
|
|
USES= pear php
|
|
USE_PHP= curl
|
|
|
|
.include <bsd.port.mk>
|