mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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
This commit is contained in:
parent
a289d7ef28
commit
1f7f01205b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333599
4 changed files with 33 additions and 0 deletions
|
@ -3194,6 +3194,7 @@
|
|||
SUBDIR += pear-SebastianBergmann_FinderFacade
|
||||
SUBDIR += pear-SebastianBergmann_PHPCPD
|
||||
SUBDIR += pear-SebastianBergmann_PHPLOC
|
||||
SUBDIR += pear-SebastianBergmann_Version
|
||||
SUBDIR += pear-Structure_LinkedList
|
||||
SUBDIR += pear-Structures_DataGrid
|
||||
SUBDIR += pear-Structures_DataGrid_Renderer_Console
|
||||
|
|
27
devel/pear-SebastianBergmann_Version/Makefile
Normal file
27
devel/pear-SebastianBergmann_Version/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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>
|
2
devel/pear-SebastianBergmann_Version/distinfo
Normal file
2
devel/pear-SebastianBergmann_Version/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PEAR/Version-1.0.1.tgz) = 7e9082b5fda7d2e302a4abb76a28cf476384bfa4774fdb747028445406b8c173
|
||||
SIZE (PEAR/Version-1.0.1.tgz) = 3939
|
3
devel/pear-SebastianBergmann_Version/pkg-descr
Normal file
3
devel/pear-SebastianBergmann_Version/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Library that helps with managing the version number of Git-hosted PHP projects
|
||||
|
||||
WWW: https://github.com/sebastianbergmann/version
|
Loading…
Add table
Reference in a new issue