blob: a1eea4c145877689d28e8d1c16623e67066f2e43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-FreeBSD-Ports-INDEXhash
# Date created: 2008-03-23
# Whom: 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
.include <bsd.port.mk>
|