freebsd-ports/devel/p5-Gearman-XS/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>