2013-09-09 11:45:12 +02:00
|
|
|
# Created by: Alex Kapranoff <ka@nadoby.ru>
|
2009-07-07 21:28:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Gearman-XS
|
2012-01-13 23:03:59 +01:00
|
|
|
PORTVERSION= 0.12
|
2012-10-04 21:51:33 +02:00
|
|
|
PORTREVISION= 1
|
2009-07-07 21:28:06 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:DSCHOEN
|
2009-07-07 21:28:06 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-04-20 20:38:14 +02:00
|
|
|
MAINTAINER= otaviof@gmail.com
|
2009-07-07 21:28:06 +02:00
|
|
|
COMMENT= Perl front end for the Gearman C library
|
|
|
|
|
2014-01-06 19:07:56 +01:00
|
|
|
LIB_DEPENDS= libgearman.so:${PORTSDIR}/devel/gearmand
|
2009-07-07 21:28:06 +02:00
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
2013-09-09 11:45:12 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-07-07 21:28:06 +02:00
|
|
|
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|