blob: 721ddaade5202e43a99f45b1f898dac70879a62f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.24
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
.include <bsd.port.mk>
|