e8546a9a19
PR: ports/75299 Submitted by: Chiang Cheng-Hsiung (maintainer)
24 lines
520 B
Makefile
24 lines
520 B
Makefile
# New ports collection makefile for: Path::Class
|
|
# Date created: 2004-07-25
|
|
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Path-Class
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Cross-platform path specification manipulation
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Path::Class.3 \
|
|
Path::Class::File.3 \
|
|
Path::Class::Dir.3
|
|
|
|
.include <bsd.port.mk>
|