508e6279c2
From Darrin Chandler
18 lines
339 B
Makefile
18 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 01:40:28 merdely Exp $
|
|
|
|
COMMENT= MARC (machine readable cataloging format)
|
|
CATEGORIES= converters
|
|
|
|
DISTNAME= MARC-Record-1.38
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
.include <bsd.port.mk>
|