Import palm/p5-Palm version 1.3.0
[dports.git] / palm / p5-Palm / Makefile
1 # New ports collection makefile for:    p5-Palm
2 # Date created:                         29 April 2000
3 # Whom:                                 Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
4 #
5 # $FreeBSD: ports/palm/p5-Palm/Makefile,v 1.10 2012/11/17 06:00:44 svnexp Exp $
6 #
7
8 PORTNAME=       p5-Palm
9 PORTVERSION=    1.3.0
10 CATEGORIES=     palm perl5
11 MASTER_SITES=   http://www.coldsync.org/download/
12
13 MAINTAINER=     arensb@ooblick.com
14 COMMENT=        Perl 5 modules for reading and writing Palm database files
15
16 PERL_CONFIGURE= YES
17 WRKSRC=         ${WRKDIR}/p5-Palm-1.003_000
18
19 # Just so that the .packlist conforms to reality
20 NO_MANCOMPRESS= yes
21 MAN1=           pdbdump.1
22 MAN3=           Palm::Address.3 \
23                 Palm::Datebook.3 \
24                 Palm::Mail.3 \
25                 Palm::Memo.3 \
26                 Palm::PDB.3 \
27                 Palm::Raw.3 \
28                 Palm::StdAppInfo.3 \
29                 Palm::ToDo.3
30
31 .include <bsd.port.mk>