mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
8ca9f0d689
PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run
32 lines
688 B
Makefile
32 lines
688 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.3.0
|
|
CATEGORIES= palm perl5
|
|
MASTER_SITES= http://www.coldsync.org/download/
|
|
|
|
MAINTAINER= arensb@ooblick.com
|
|
COMMENT= Perl 5 modules for reading and writing Palm database files
|
|
|
|
PERL_CONFIGURE= YES
|
|
WRKSRC= ${WRKDIR}/p5-Palm-1.003_000
|
|
|
|
# Just so that the .packlist conforms to reality
|
|
NO_MANCOMPRESS= yes
|
|
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
|
|
|
|
.include <bsd.port.mk>
|