b22c24da2f
from jasper at nedbsd.nl via maintainer Alexander Bluhm
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/12/06 20:26:23 sturm Exp $
|
|
|
|
COMMENT= "Perl module to guess file type"
|
|
|
|
DISTNAME= File-MMagic-1.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= Alexander Bluhm <alexander_bluhm@genua.de>
|
|
|
|
# misc, Apache
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|