1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Sort-Tree/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

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>