freebsd-ports/devel/p5-Dir-Self/Makefile
Steve Wills 14d9e689df Perl has two pseudo-constants describing the current location in your source
code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the
directory your source file is in, as an absolute pathname.

WWW:	http://search.cpan.org/dist/Dir-Self/
2011-05-20 01:14:31 +00:00

23 lines
447 B
Makefile

# New ports collection makefile for: p5-Dir-Self
# Date created: 2011-05-19
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Dir-Self
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MAUKE
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= A __DIR__ constant for the directory your source file is in
USE_PERL= yes
PERL_CONFIGURE= yes
MAN3= Dir::Self.3
.include <bsd.port.mk>