1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2021-04-06 16:31:07 +02:00

19 lines
392 B
Makefile

# Created by: Jason Burgess <dev@fenux.net>
PORTNAME= Convert-IBM390
PORTVERSION= 0.30
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Functions for manipulating mainframe data
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/IBM390/IBM390.so
.include <bsd.port.mk>