freebsd-ports/devel/p5-Tie-Util/Makefile
Anton Berezin 75d212213c Add devel/p5-Tie-Util 0.02, a Perl module that provides
several utility functions for fiddling with tied variables.
2010-03-29 08:43:42 +00:00

22 lines
429 B
Makefile

# New ports collection makefile for: devel/p5-Tie-Util
# Date created: 29 March 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-Util
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Utility functions for fiddling with tied variables
PERL_CONFIGURE= yes
MAN3= Tie::Util.3
.include <bsd.port.mk>