aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-25 20:38:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-25 20:38:54 +0800
commit964d9d90abe8c741998204186f87f98dc515007e (patch)
tree74ecf8c3f020888dd36565228de9b3006041729d /devel
parentf0b1507754ef05548ecae535733496274fee5abb (diff)
downloadfreebsd-ports-gnome-964d9d90abe8c741998204186f87f98dc515007e.tar.gz
freebsd-ports-gnome-964d9d90abe8c741998204186f87f98dc515007e.tar.zst
freebsd-ports-gnome-964d9d90abe8c741998204186f87f98dc515007e.zip
- Add LICENSE
- Use single space after WWW: - Pass maintainership to submitter - While I'm here, sort *_DEPENDS PR: ports/189553 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-SVN-Hook/Makefile11
-rw-r--r--devel/p5-SVN-Hook/pkg-descr2
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-SVN-Hook/Makefile b/devel/p5-SVN-Hook/Makefile
index e6422c783c24..69732aa9000e 100644
--- a/devel/p5-SVN-Hook/Makefile
+++ b/devel/p5-SVN-Hook/Makefile
@@ -7,13 +7,14 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module for managing Subversion hook scripts
-RUN_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
- p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-BUILD_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
- p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
+LICENSE= APACHE20
+
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/devel/p5-SVN-Hook/pkg-descr b/devel/p5-SVN-Hook/pkg-descr
index 2da6db78c0ea..a22e36e41e99 100644
--- a/devel/p5-SVN-Hook/pkg-descr
+++ b/devel/p5-SVN-Hook/pkg-descr
@@ -1,4 +1,4 @@
The SVN::Hook Perl module provides a programmable interface to
manage hook scripts for Subversion.
-WWW: http://search.cpan.org/dist/SVN-Hook/
+WWW: http://search.cpan.org/dist/SVN-Hook/