diff --git a/devel/Makefile b/devel/Makefile index 4b853efdc32c..0221a1726ae5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2333,6 +2333,7 @@ SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-vFile-asData SUBDIR += p5-TheSchwartz + SUBDIR += p5-TheSchwartz-Simple SUBDIR += p5-TheSchwartz-Worker-SendEmail SUBDIR += p5-Thread-Apartment SUBDIR += p5-Thread-Cancel diff --git a/devel/p5-TheSchwartz-Simple/Makefile b/devel/p5-TheSchwartz-Simple/Makefile new file mode 100644 index 000000000000..4d5a9f43c7b6 --- /dev/null +++ b/devel/p5-TheSchwartz-Simple/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-TheSchwartz-Simple +# Date created: 2010-11-18 +# Whom: Kurt Lidl +# +# $FreeBSD$ +# + +PORTNAME= TheSchwartz-Simple +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN/../../authors/id/M/MI/MIYAGAWA +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= DBI only job dispatcher for TheSchwartz + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= TheSchwartz::Simple.3 + +.include diff --git a/devel/p5-TheSchwartz-Simple/distinfo b/devel/p5-TheSchwartz-Simple/distinfo new file mode 100644 index 000000000000..0f87960a6d9d --- /dev/null +++ b/devel/p5-TheSchwartz-Simple/distinfo @@ -0,0 +1,2 @@ +SHA256 (TheSchwartz-Simple-0.05.tar.gz) = 7130027e08d4bf4a9cc2e5adccf758365d397cf2353816a314543abcbd960ced +SIZE (TheSchwartz-Simple-0.05.tar.gz) = 38828 diff --git a/devel/p5-TheSchwartz-Simple/pkg-descr b/devel/p5-TheSchwartz-Simple/pkg-descr new file mode 100644 index 000000000000..bc723b695729 --- /dev/null +++ b/devel/p5-TheSchwartz-Simple/pkg-descr @@ -0,0 +1,4 @@ +TheSchwartz is a reliable job queue system. This is a lightweight, +DBI only job queuing module. + +WWW: http://search.cpan.org/dist/TheSchwartz-Simple/ diff --git a/devel/p5-TheSchwartz-Simple/pkg-plist b/devel/p5-TheSchwartz-Simple/pkg-plist new file mode 100644 index 000000000000..f3c27a90426a --- /dev/null +++ b/devel/p5-TheSchwartz-Simple/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz/Simple/.packlist +%%SITE_PERL%%/TheSchwartz/Simple/Job.pm +%%SITE_PERL%%/TheSchwartz/Simple.pm +@dirrmtry %%SITE_PERL%%/TheSchwartz/Simple +@dirrmtry %%SITE_PERL%%/TheSchwartz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz