aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-IBM390/Makefile
blob: 39f672728d3639fa75689fc44f86470f00586a07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    p5-Convert-IBM390
# Date created:             13 Aug 2005
# Whom:                 Jason Burgess <dev@fenux.net>
#
# $FreeBSD$
#

PORTNAME=   Convert-IBM390
PORTVERSION=    0.27
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Functions for manipulating mainframe data

PERL_CONFIGURE= yes

MAN3=   Convert::IBM390.3 \
    Convert::IBM390::CP00037.3 \
    Convert::IBM390::CP00273.3 \
    Convert::IBM390::CP00275.3 \
    Convert::IBM390::CP00277.3 \
    Convert::IBM390::CP00278.3 \
    Convert::IBM390::CP00280.3 \
    Convert::IBM390::CP00281.3 \
    Convert::IBM390::CP00282.3 \
    Convert::IBM390::CP00284.3 \
    Convert::IBM390::CP00285.3 \
    Convert::IBM390::CP00297.3 \
    Convert::IBM390::CP00500.3 \
    Convert::IBM390::CP00871.3 \
    Convert::IBM390::CP01047.3 \
    Convert::IBM390::CP01140.3 \
    Convert::IBM390::CP01141.3 \
    Convert::IBM390::CP01142.3 \
    Convert::IBM390::CP01143.3 \
    Convert::IBM390::CP01144.3 \
    Convert::IBM390::CP01145.3 \
    Convert::IBM390::CP01146.3 \
    Convert::IBM390::CP01147.3 \
    Convert::IBM390::CP01148.3 \
    Convert::IBM390::CP01149.3
    

.include <bsd.port.mk>