mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
20 lines
372 B
Makefile
20 lines
372 B
Makefile
# Created by: Tom Hukins <tom@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FreeBSD-Ports
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= ports-mgmt perl5
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= tom
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl modules for parsing FreeBSD's Ports INDEX file
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|