9fb1ef4c3a
response to email. Hat: portmgr
22 lines
411 B
Makefile
22 lines
411 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= ../by-authors/id/R/RG/RGARCIA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get the current subroutine
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sub::Current.3
|
|
|
|
.include <bsd.port.mk>
|