summaryrefslogtreecommitdiff
path: root/devel/pear-Pirum/Makefile
blob: f390676b0de052c67c455bd86ae37fe95eb5bcb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$

PORTNAME=	Pirum
PORTVERSION=	1.1.5
CATEGORIES=	devel www pear
MASTER_SITES=	http://pear.pirum-project.org/get/
PKGNAMEPREFIX=	pear-

MAINTAINER=	gasol.wu@gmail.com
COMMENT=	Simple PEAR channel server manager

LICENSE=	MIT

BUILD_DEPENDS=	${PEARDIR}/.channels/pear.pirum-project.org.reg:devel/pear-channel-pirum
RUN_DEPENDS=	${PEARDIR}/.channels/pear.pirum-project.org.reg:devel/pear-channel-pirum

PEAR_CHANNEL=	pirum
USES=	pear

.include <bsd.port.mk>