mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
413 B
Makefile
23 lines
413 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tree-Simple
|
|
PORTVERSION= 1.23
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Simple tree object
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0.15:devel/p5-Test-Exception
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|