Changeset View
Changeset View
Standalone View
Standalone View
devel/svn_load_dirs/Makefile
| PORTNAME= svn_load_dirs | PORTNAME= svn_load_dirs | ||||
| PORTVERSION= 1.8.4 | PORTVERSION= 1.8.4 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= http://svn.apache.org/repos/asf/subversion/tags/${PORTVERSION}/contrib/client-side/svn_load_dirs/ | MASTER_SITES= http://svn.apache.org/repos/asf/subversion/tags/${PORTVERSION}/contrib/client-side/svn_load_dirs/ | ||||
| DISTFILES= LICENSE_AFL3.txt \ | DISTFILES= LICENSE_AFL3.txt \ | ||||
| svn_load_dirs.README \ | svn_load_dirs.README \ | ||||
| svn_load_dirs.pl.in \ | svn_load_dirs.pl.in \ | ||||
| svn_load_dirs_property_table.example | svn_load_dirs_property_table.example | ||||
| DIST_SUBDIR= subversion/${PORTNAME}-${PORTVERSION} | DIST_SUBDIR= subversion/${PORTNAME}-${PORTVERSION} | ||||
| MAINTAINER= perl@FreeBSD.org | MAINTAINER= perl@FreeBSD.org | ||||
| COMMENT= Perl script to load directories into a Subversion repository | COMMENT= Perl script to load directories into a Subversion repository | ||||
| WWW= https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html #svn_load_dirs_pl | WWW= https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html #svn_load_dirs_pl | ||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| RUN_DEPENDS= p5-URI>=0:net/p5-URI \ | RUN_DEPENDS= p5-URI>=0:net/p5-URI | ||||
| ${LOCALBASE}/bin/svn:devel/subversion | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| RUN_DEPENDS+= svn:devel/subversion-lts | |||||
| .else | |||||
| RUN_DEPENDS+= svn:devel/subversion | |||||
| .endif | |||||
| USES= perl5 | USES= perl5 | ||||
| PLIST_FILES= bin/svn_load_dirs | PLIST_FILES= bin/svn_load_dirs | ||||
| PORTEXAMPLES= * | PORTEXAMPLES= * | ||||
| PORTDOCS= * | PORTDOCS= * | ||||
| Show All 22 Lines | |||||