blob: 385e772b4465fbc358522008e803bc6e7c285a8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Simon Dick <simond@irrelevant.org>
# $FreeBSD$
PORTNAME= Palm-PalmDoc
PORTVERSION= 0.13
CATEGORIES= palm perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= simond@irrelevant.org
COMMENT= Perl 5 modules for reading and writing PalmDoc files
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|