75d212213c
several utility functions for fiddling with tied variables.
22 lines
429 B
Makefile
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>
|