411b08de07
PR: ports/121013 Approved by: maintainer
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# New ports collection makefile for: p5-File-Stat-Bits
|
|
# Date created: Wed Jun 15 12:44:11 CDT 2005
|
|
# Whom: Jim Pirzyk pirzyk@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Stat-Bits
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pirzyk@FreeBSD.org
|
|
COMMENT= Perl5 module interface to the major()/minor() C routines
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Stat::Bits.3
|
|
|
|
.include <bsd.port.mk>
|