1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/palm/p5-Palm/Makefile
Akinori MUSHA 0ea6a171e2 p5-Palm is a set of Perl5 modules for reading and writing Palm(R) devices'
database files.

PR:		ports/18298
Submitted by:	Andrew Arensburger <arensb@ooblick.com>
2000-06-03 07:57:25 +00:00

31 lines
609 B
Makefile

# New ports collection makefile for: p5-Palm
# Date created: 29 April 2000
# Whom: Andrew Arensburger <arensb@ooblick.com>
#
# $FreeBSD$
#
PORTNAME= p5-Palm
PORTVERSION= 1.1.8
CATEGORIES= palm perl5
MASTER_SITES= http://www.ooblick.com/software/coldsync/
MAINTAINER= arensb@ooblick.com
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Palm::Address.3 \
Palm::Datebook.3 \
Palm::Mail.3 \
Palm::Memo.3 \
Palm::PDB.3 \
Palm::Raw.3 \
Palm::StdAppInfo.3 \
Palm::ToDo.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>