d6cd0dce2b
PR: 118362 Submitted by: pirzyk@
31 lines
803 B
Makefile
31 lines
803 B
Makefile
# New ports collection makefile for: p5-Sys-Filesystem
|
|
# Date created: Thu May 25 21:12:53 CDT 2006
|
|
# Whom: Jim Pirzyk pirzyk@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sys-Filesystem
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Sys
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pirzyk@FreeBSD.org
|
|
COMMENT= Perl module to Retrieve list of filesystems and their properties
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Sys::Filesystem::Mswin32.3 \
|
|
Sys::Filesystem.3 \
|
|
Sys::Filesystem::Linux.3 \
|
|
Sys::Filesystem::Darwin.3 \
|
|
Sys::Filesystem::Cygwin.3 \
|
|
Sys::Filesystem::Aix.3 \
|
|
Sys::Filesystem::Unix.3 \
|
|
Sys::Filesystem::Dummy.3 \
|
|
Sys::Filesystem::Freebsd.3 \
|
|
Sys::Filesystem::Solaris.3
|
|
|
|
.include <bsd.port.mk>
|