16 lines
328 B
Makefile
16 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:06 merdely Exp $
|
|
|
|
COMMENT= read/write data according to a standard Fortran 77 FORMAT
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Fortran-Format-0.90
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|