- Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/189509 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: Aaron Dalton <aaron@daltons.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tree-Binary-Dictionary
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Dictionary API to a binary tree
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Tree-Binary>=0:${PORTSDIR}/devel/p5-Tree-Binary
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|