mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8bfa82a29e
PR: ports/99455 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
23 lines
484 B
Makefile
23 lines
484 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.00
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= File
|
|
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>
|