freebsd-ports/devel/p5-Path-Class/Makefile
Cheng-Lung Sung e8546a9a19 - maintainer feels he will not have enough time maintaining ports
PR:		ports/75299
Submitted by:	Chiang Cheng-Hsiung (maintainer)
2004-12-22 07:16:31 +00:00

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>