17 lines
342 B
Makefile
17 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/10/18 17:48:01 espie Exp $
|
|
|
|
COMMENT= read/write data according to a standard Fortran 77 FORMAT
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Fortran-Format-0.90
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|