1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/ports-mgmt/p5-FreeBSD-Ports/Makefile
Dmitry Marakasov 7145b0ac62 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2020-03-08 09:32:06 +00:00

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>