openbsd-ports/misc/p5-File-MMagic-XS/Makefile
simon 663e24abba import p5-File-MMagic-XS
This is a port of Apache2 mod_mime_magic.c in Perl, written in XS with
the aim of being efficient and fast especially for applications that
need to be run for an extended amount of time.
2009-05-13 00:14:51 +00:00

19 lines
373 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/05/13 00:14:51 simon Exp $
COMMENT = guess file type with XS (a la mod_mime_magic)
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = File-MMagic-XS-0.09002
CATEGORIES = misc
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>