aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_ShortURL/Makefile
blob: 70d225d3d6d85878d2add6d3ccef7e611dce6352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Services_ShortURL
PORTVERSION=	0.3.1
CATEGORIES=	www pear

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Abstract PHP5 interface for shortening and expanding short URLs

RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}

USES=		pear php
USE_PHP=	simplexml pcre spl

.include <bsd.port.mk>