1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/pear-Services_TinyURL/Makefile
Sunpoet Po-Chuan Hsieh 8821e4df49 Update distinfo and unbreak this port
- 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)
2017-06-11 07:48:20 +00:00

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>