1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Add LICENSE

- Add NO_ARCH
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-10-16 17:46:34 +00:00
parent c3a8249c1e
commit 6625da53e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452222

View File

@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl implementation of Red/Black tree, a type of balanced tree
LICENSE= ART10
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
.include <bsd.port.mk>