22 lines
564 B
Makefile
22 lines
564 B
Makefile
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
|
|
|
|
PORTNAME= Sort-Sub
|
|
PORTVERSION= 0.120
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of Perl sort subroutines
|
|
|
|
RUN_DEPENDS= p5-Complete-Sah>=0.005:devel/p5-Complete-Sah \
|
|
p5-Complete-Sequence>=0.002:devel/p5-Complete-Sequence \
|
|
p5-Complete-Util>=0.608:devel/p5-Complete-Util \
|
|
p5-Log-ger>=0.037:devel/p5-Log-ger \
|
|
p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|