diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 23:32:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 23:32:22 +0000 |
commit | c2cdb38cc19b8b6cbb732b713965f4307749745d (patch) | |
tree | 2a704f53796c458e4e73aca7514ebeeb85e17506 /devel/p5-SVN-Notify-Config | |
parent | 8c5379ae5de201505f7f8ef74a3ae55307a64bdb (diff) | |
download | ports-c2cdb38cc19b8b6cbb732b713965f4307749745d.tar.gz ports-c2cdb38cc19b8b6cbb732b713965f4307749745d.zip |
Notes
Diffstat (limited to 'devel/p5-SVN-Notify-Config')
-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 |
4 files changed, 36 insertions, 0 deletions
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 |