16 lines
307 B
Makefile
16 lines
307 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|