1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/p5-File-MMagic/Makefile
Seiichirou Hiraoka 08d2daad8b PR: ports/16962
Submitted by:	knu@idaemons.org
Perl5 module to guess file type like file(1)
2000-03-01 20:29:09 +00:00

26 lines
566 B
Makefile

# New ports collection makefile for: p5-File-MMagic
# Version required: 0.20
# Date created: 25 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
DISTNAME= File-MMagic-0.20
PKGNAME= p5-File-MMagic-0.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/K/KN/KNOK
MAINTAINER= knu@idaemons.org
USE_PERL5= YES
MAN3= File::MMagic.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>