mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7145b0ac62
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# Created by: Tom Hukins <tom@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|