mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5190f14f8d
- Fix COMMENT - Trim header
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# Created by: clsung@dragon2.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Sort-Tree
|
|
PORTVERSION= 1.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for sorting a objects into a tree structure
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Sort::Tree.3
|
|
|
|
.include <bsd.port.mk>
|