aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Ports/Makefile
blob: ed454a01ac1a95022989b513dc6b09d6b5087186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Tom Hukins <tom@FreeBSD.org>

PORTNAME=	FreeBSD-Ports
PORTVERSION=	0.04
PORTREVISION=	1
CATEGORIES=	ports-mgmt perl5
MASTER_SITES=	LOCAL/tom
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl modules for parsing FreeBSD's Ports INDEX file

LICENSE=	BSD2CLAUSE

USES=		perl5 tar:bzip2
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>