mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
30a64de7d6
PR: 21141 Submitted by: MAINTAINER
37 lines
762 B
Makefile
37 lines
762 B
Makefile
# New ports collection makefile for: p5-Palm
|
|
# Date created: 29 April 2000
|
|
# Whom: Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= p5-Palm
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= palm perl5
|
|
MASTER_SITES= http://www.ooblick.com/software/coldsync/
|
|
|
|
MAINTAINER= arensb@ooblick.com
|
|
|
|
USE_PERL5= YES
|
|
|
|
CONFIGURE_ARGS= PREFIX=${PREFIX}
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN1= pdbdump.1
|
|
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
|
|
|
|
# Just so that the .packlist conforms to reality
|
|
NOMANCOMPRESS= yes
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
|
|
|
|
.include <bsd.port.mk>
|