diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-17 07:32:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-17 07:32:22 +0800 |
commit | 70ad6a036b4929313e382bc529d2e18135ef99cd (patch) | |
tree | 4b717e7fb0ac6cd3f4c97dd6242c576196b149f5 /devel | |
parent | 70cbb5591ef5c411d614c100363d0681cabde308 (diff) | |
download | freebsd-ports-gnome-70ad6a036b4929313e382bc529d2e18135ef99cd.tar.gz freebsd-ports-gnome-70ad6a036b4929313e382bc529d2e18135ef99cd.tar.zst freebsd-ports-gnome-70ad6a036b4929313e382bc529d2e18135ef99cd.zip |
This Perl module is a YAML-based configuration wrapper around the
SVN::Notify module.
WWW: http://search.cpan.org/dist/SVN-Notify-Config/
PR: ports/120557
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Config/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Config/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Config/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Config/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 17108c5f068a..0e77e8b82b2d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1524,6 +1524,7 @@ SUBDIR += p5-SVN-Log SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify + SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 diff --git a/devel/p5-SVN-Notify-Config/Makefile b/devel/p5-SVN-Notify-Config/Makefile new file mode 100644 index 000000000000..e1fa420351bb --- /dev/null +++ b/devel/p5-SVN-Notify-Config/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: SVN-Notify-Config +# Date created: 2008-02-12 +# Whom: Greg Larkin <glarkin@sourcehosting.net> +# +# $FreeBSD$ +# + +PORTNAME= SVN-Notify-Config +PORTVERSION= 0.0907 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= glarkin@sourcehosting.net +COMMENT= Perl module for config-driven Subversion notification + +RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify \ + ${LOCALBASE}/bin/ysh:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify \ + ${LOCALBASE}/bin/ysh:${PORTSDIR}/textproc/p5-YAML + +PERL_MODBUILD= yes + +MAN3= SVN::Notify::Config.3 + +.include <bsd.port.mk> diff --git a/devel/p5-SVN-Notify-Config/distinfo b/devel/p5-SVN-Notify-Config/distinfo new file mode 100644 index 000000000000..2948ec31e5a2 --- /dev/null +++ b/devel/p5-SVN-Notify-Config/distinfo @@ -0,0 +1,3 @@ +MD5 (SVN-Notify-Config-0.0907.tar.gz) = b32f6c6fa660a18d183c13e5020f5b5d +SHA256 (SVN-Notify-Config-0.0907.tar.gz) = 74c2aa45c3b79e64b490a5be1ce464ac832bf60a09e6fedda077e940d604934b +SIZE (SVN-Notify-Config-0.0907.tar.gz) = 10910 diff --git a/devel/p5-SVN-Notify-Config/pkg-descr b/devel/p5-SVN-Notify-Config/pkg-descr new file mode 100644 index 000000000000..b53896dd3421 --- /dev/null +++ b/devel/p5-SVN-Notify-Config/pkg-descr @@ -0,0 +1,4 @@ +This Perl module is a YAML-based configuration wrapper around the +SVN::Notify module. + +WWW: http://search.cpan.org/dist/SVN-Notify-Config/ diff --git a/devel/p5-SVN-Notify-Config/pkg-plist b/devel/p5-SVN-Notify-Config/pkg-plist new file mode 100644 index 000000000000..e86b8346f3ee --- /dev/null +++ b/devel/p5-SVN-Notify-Config/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/SVN/Notify/Config.pm +@dirrmtry %%SITE_PERL%%/SVN/Notify +@dirrmtry %%SITE_PERL%%/SVN |