aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Cwd/Makefile
blob: c1d679038a5c0d9befcae4ee30793c8c2103a721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-Audio-Mixer
# Date created:             06 Oct 2008
# Whom:                 Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#

PORTNAME=   Cwd
PORTVERSION=    2.21
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= adox@mcx2.org
COMMENT=    Get pathname of current working directory

PERL_CONFIGURE= YES

MAN3=       Cwd.3

.include <bsd.port.mk>