58ead5d0ae
Changes: http://search.cpan.org/dist/Tie-Util/Changes PR: ports/151035 Submitted by: culot@ (myself) Approved by: wen@ (mentor), maintainer (timeout, >14 days)
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.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>
|