19 lines
393 B
Makefile
19 lines
393 B
Makefile
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FreeBSD-Ports-INDEXhash
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= ports-mgmt sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Make a hash out of the index file for the ports tree
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= FreeBSD::Ports::INDEXhash.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|