freebsd-ports/devel/p5-Tie-Util/Makefile
Frederic Culot 58ead5d0ae - Update to 0.03.
Changes:	http://search.cpan.org/dist/Tie-Util/Changes
PR:		ports/151035
Submitted by:	culot@ (myself)
Approved by:	wen@ (mentor), maintainer (timeout, >14 days)
2010-10-24 16:11:54 +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.03
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>