freebsd-ports/devel/pear-SebastianBergmann_Version/Makefile
Antoine Brodin 1f7f01205b New port: devel/pear-SebastianBergmann_Version
Library that helps with managing the version number of Git-hosted PHP projects

WWW: https://github.com/sebastianbergmann/version

PR:		ports/181670
Submitted by:	Gasol Wu
2013-11-12 18:52:03 +00:00

27 lines
742 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= Version
PORTVERSION= 1.0.1
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-SebastianBergmann_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Managing the version number of Git-hosted PHP projects
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>