1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/p5-Tree-Suffix/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

24 lines
453 B
Makefile

# Created by: clsung
# $FreeBSD$
PORTNAME= Tree-Suffix
PORTVERSION= 0.22
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the libstree library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
LIB_DEPENDS= libstree.so:textproc/libstree
USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>