freebsd-ports/devel/p5-Tie-Function/Makefile
Sunpoet Po-Chuan Hsieh 032065463d - Add p5-Tie-Function 0.02
Tie::Function simplifies wrapping functions in tied hash syntax so they can be
interpolated in double-quoted literals without messy intermediate variables.

WWW: http://search.cpan.org/dist/Tie-Function/
2011-08-10 12:27:36 +00:00

21 lines
401 B
Makefile

# New ports collection makefile for: p5-Tie-Function
# Date created: 2011-08-04
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-Function
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrap functions in tied hash sugar
PERL_CONFIGURE= yes
MAN3= Tie::Function.3
.include <bsd.port.mk>