1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/p5-Gearman-XS/Makefile
Andrej Zverev af06a8e8b4 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 18:07:56 +00:00

25 lines
465 B
Makefile

# Created by: Alex Kapranoff <ka@nadoby.ru>
# $FreeBSD$
PORTNAME= Gearman-XS
PORTVERSION= 0.12
PORTREVISION= 1
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:${PORTSDIR}/devel/gearmand
CFLAGS+= -I${LOCALBASE}/include
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
.include <bsd.port.mk>