mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a015f2e5d0
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# New ports collection makefile for: p5-Gearman
|
|
# Date created: Mon Mar 26 11:45:06 EDT 2007
|
|
# Whom: Vivek Khera <vivek@khera.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Gearman
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DORMANDO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vivek@khera.org
|
|
COMMENT= Gearman client libraray for Perl
|
|
|
|
RUN_DEPENDS+= p5-String-CRC32>=0.0:${PORTSDIR}/devel/p5-String-CRC32
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Gearman::Client.3 Gearman::Task.3 Gearman::Worker.3
|
|
PLIST_FILES= %%SITE_PERL%%/Gearman/Client.pm \
|
|
%%SITE_PERL%%/Gearman/JobStatus.pm \
|
|
%%SITE_PERL%%/Gearman/Objects.pm \
|
|
%%SITE_PERL%%/Gearman/ResponseParser.pm \
|
|
%%SITE_PERL%%/Gearman/ResponseParser/Taskset.pm \
|
|
%%SITE_PERL%%/Gearman/Task.pm \
|
|
%%SITE_PERL%%/Gearman/Taskset.pm \
|
|
%%SITE_PERL%%/Gearman/Util.pm \
|
|
%%SITE_PERL%%/Gearman/Worker.pm \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman \
|
|
%%SITE_PERL%%/Gearman/ResponseParser \
|
|
%%SITE_PERL%%/Gearman
|
|
|
|
.include <bsd.port.mk>
|