cfbb239b6a
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
17 lines
313 B
Makefile
17 lines
313 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:06 naddy Exp $
|
|
|
|
COMMENT = parse a CDDB/freedb data file
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = CDDB-File-1.05
|
|
REVISION = 0
|
|
CATEGORIES = audio
|
|
|
|
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|