19 lines
293 B
Makefile
19 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:43:51 sthen Exp $
|
|
|
|
COMMENT= MARC (machine readable cataloging format)
|
|
CATEGORIES= converters
|
|
|
|
DISTNAME = MARC-Record-2.0.7
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
CPAN_AUTHOR = GMCHARLT
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|