freebsd-ports/textproc/p5-Search-Saryer/Makefile

20 lines
414 B
Makefile
Raw Normal View History

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= Search-Saryer
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= http://namazu.org/~tsuchiya/perl/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Sary library
2013-11-07 04:52:41 +01:00
LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary
2013-07-31 15:15:36 +02:00
USES= perl5 pkgconfig
2013-07-31 15:18:37 +02:00
USE_PERL5= configure
.include <bsd.port.mk>