Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Gearman-XS / Makefile
1 # Created by: Alex Kapranoff <ka@nadoby.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Gearman-XS
5 PORTVERSION=    0.12
6 PORTREVISION=   2
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:DSCHOEN
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     otaviof@gmail.com
13 COMMENT=        Perl front end for the Gearman C library
14
15 LIB_DEPENDS=    libgearman.so:${PORTSDIR}/devel/gearmand
16
17 CFLAGS+=        -I${LOCALBASE}/include
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 INSTALL_TARGET= pure_install
23
24 .include <bsd.port.mk>