Initial import of p5-File-Type 0.22
This module uses magic numbers to determine the MIME type of that file.
This commit is contained in:
parent
3de0a5d061
commit
d94fab0e7c
20
devel/p5-File-Type/Makefile
Normal file
20
devel/p5-File-Type/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/03 02:03:10 kevlo Exp $
|
||||
|
||||
COMMENT= "determine file type using magic"
|
||||
|
||||
DISTNAME= File-Type-0.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-File-Type/distinfo
Normal file
3
devel/p5-File-Type/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (File-Type-0.22.tar.gz) = 4be3b0b7000b325c60351fcc8a04815d
|
||||
RMD160 (File-Type-0.22.tar.gz) = 61357d65c7fa40e45f9465aa992e6d8173962dfc
|
||||
SHA1 (File-Type-0.22.tar.gz) = 4ddd879f91a92a8ec66a3dbaa43bf5df617acd14
|
1
devel/p5-File-Type/pkg/DESCR
Normal file
1
devel/p5-File-Type/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This module uses magic numbers to determine the MIME type of that file.
|
7
devel/p5-File-Type/pkg/PLIST
Normal file
7
devel/p5-File-Type/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/03 02:03:10 kevlo Exp $
|
||||
${P5SITE}/File/
|
||||
${P5SITE}/File/Type/
|
||||
${P5SITE}/File/Type.pm
|
||||
${P5SITE}/File/Type/Builder.pm
|
||||
@man man/man3p/File::Type.3p
|
||||
@man man/man3p/File::Type::Builder.3p
|
Loading…
Reference in New Issue
Block a user