22 lines
433 B
Makefile
22 lines
433 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Dir::Self.3
|
|
|
|
.include <bsd.port.mk>
|