freebsd-ports/devel/p5-Context-Preserve/Makefile
Sergey Skvortsov af9daeabe0 Add p5-Context-Preserve 0.01, run code after a subroutine call,
preserving the context the subroutine.
2009-05-12 06:23:34 +00:00

22 lines
488 B
Makefile

# New ports collection makefile for: Context-Preserve
# Date created: 12 May 2009
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Context-Preserve
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/J/JR/JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Run code after a subroutine call, preserving the context the subroutine
PERL_CONFIGURE= yes
MAN3= Context::Preserve.3
.include <bsd.port.mk>