mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
af06a8e8b4
Approved by: portmgr (blanket infrastructure)
25 lines
465 B
Makefile
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>
|