blob: 1f3b8842aa07f85dd9d2c4f5d37575d3185b9761 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: pear-IO_Bit
# Date created: 2011-06-11
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO_Bit
PORTVERSION= 2.0.8
CATEGORIES= devel pear
MASTER_SITES= http://openpear.org/get/ \
LOCAL
MASTER_SITE_SUBDIR= tota/${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= pear-
MAINTAINER= yoya@awm.jp
COMMENT= PEAR bit utility
LICENSE= MIT
BUILD_DEPENDS= ${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PHP= yes
PEAR_CHANNEL= openpear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|