freebsd-ports/textproc/p5-Search-Saryer/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
402 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= Search-Saryer
PORTVERSION= 0.40
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= http://namazu.org/~tsuchiya/perl/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Sary library
LIB_DEPENDS= libsary.so:textproc/sary
USES= perl5 pkgconfig
USE_PERL5= configure
.include <bsd.port.mk>