a015f2e5d0
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# New ports collection makefile for: p5-Sub-Current
|
|
# Date created: 2008/08/30
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sub-Current
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RGARCIA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get the current subroutine
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sub::Current.3
|
|
|
|
.include <bsd.port.mk>
|