b23c7097a2
- Changes: http://search.cpan.org/dist/Gearman-XS/Changes PR: ports/149922 Submitted by: Vick Khera <vivek@khera.org> Approved by: maintainer
30 lines
653 B
Makefile
30 lines
653 B
Makefile
# New ports collection makefile for: p5-Gearman-XS
|
|
# Date created: July 3rd 2009
|
|
# Whom: Alex Kapranoff <ka@nadoby.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Gearman-XS
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/D/DS/DSCHOEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= otaviof@gmail.com
|
|
COMMENT= Perl front end for the Gearman C library
|
|
|
|
LIB_DEPENDS= gearman.4:${PORTSDIR}/devel/gearmand
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= Gearman::XS.3 Gearman::XS::Client.3 \
|
|
Gearman::XS::Job.3 Gearman::XS::Task.3 \
|
|
Gearman::XS::Worker.3
|
|
|
|
.include <bsd.port.mk>
|