mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Tree-Simple/Changes PR: 224680 Submitted by: sunpoet (myself) Approved by: demon (maintainer)
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tree-Simple
|
|
PORTVERSION= 1.32
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Simple tree object
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0.15:devel/p5-Test-Exception
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|