1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/p5-SVN-Dump/Makefile
2008-06-23 03:03:00 +00:00

27 lines
511 B
Makefile

# New ports collection makefile for: devel/p5-SVN-Dump
# Date created: Aug 8 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SVN-Dump
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl interface to Subversion dumps
PERL_MODBUILD= yes
MAN3= SVN::Dump.3 \
SVN::Dump::Headers.3 \
SVN::Dump::Property.3 \
SVN::Dump::Reader.3 \
SVN::Dump::Record.3 \
SVN::Dump::Text.3
.include <bsd.port.mk>