mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
245 B
Makefile
18 lines
245 B
Makefile
COMMENT= MARC (machine readable cataloging format)
|
|
CATEGORIES= converters
|
|
|
|
DISTNAME = MARC-Record-2.0.7
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
CPAN_AUTHOR = GMCHARLT
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|