mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
31 lines
677 B
Makefile
31 lines
677 B
Makefile
# 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.9
|
|
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>
|