4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# Created by: Alex Kapranoff <ka@nadoby.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gearman-XS
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DSCHOEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= otaviof@gmail.com
|
|
COMMENT= Perl front end for the Gearman C library
|
|
|
|
LIB_DEPENDS= libgearman.so:devel/gearmand
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
.include <bsd.port.mk>
|