blob: b0c4b020f50ef38fe2d9ef29d2cd81500074a7cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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>
|