diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-25 14:17:53 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-25 14:17:53 +0000 |
commit | da502c62f09254c196acadc562dfb213ee59fa56 (patch) | |
tree | 419862893c9668bd7a83520323fdf582c4511591 /devel/p5-Path-Class/Makefile | |
parent | 7a9fe9d5269a0cadcea436f8a3c7ff4eef176b96 (diff) | |
download | FreeBSD-ports-da502c62f09254c196acadc562dfb213ee59fa56.zip FreeBSD-ports-da502c62f09254c196acadc562dfb213ee59fa56.tar.gz |
Add p5-Path-Class 0.07, cross-platform path specification manipulation.
PR: ports/69562
Submitted by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
Diffstat (limited to 'devel/p5-Path-Class/Makefile')
-rw-r--r-- | devel/p5-Path-Class/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile new file mode 100644 index 0000000..78f3a0a --- /dev/null +++ b/devel/p5-Path-Class/Makefile @@ -0,0 +1,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.07 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS/ +PKGNAMEPREFIX= p5- + +MAINTAINER= elvis@sslab.cs.ccu.edu.tw +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> |