mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
4d78aa0bda
<tom-freebsdorg@hukins.freeserve.co.uk>: host mail-in.freeserve.com[193.252.22.141] said: 550 Error: Message content rejected <565a4052e34b8ddc44ec45458da4b976> (in reply to end of DATA command)
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# New ports collection makefile for: p5-FreeBSD-Ports
|
|
# Date created: 12 September 2001
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= FreeBSD::Ports::Port.3 \
|
|
FreeBSD::Ports.3
|
|
.include <bsd.port.mk>
|