diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:38:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:38:54 +0800 |
commit | 964d9d90abe8c741998204186f87f98dc515007e (patch) | |
tree | 74ecf8c3f020888dd36565228de9b3006041729d /devel | |
parent | f0b1507754ef05548ecae535733496274fee5abb (diff) | |
download | freebsd-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/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-SVN-Hook/pkg-descr | 2 |
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/ |