2004-07-07 16:24:49 +02:00
|
|
|
# New ports collection makefile for: p5-Hook-LexWrap
|
|
|
|
# Date created: Wed Jul 7 2004
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Hook-LexWrap
|
2008-12-25 13:00:00 +01:00
|
|
|
PORTVERSION= 0.22
|
2004-07-07 16:24:49 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-07-07 16:24:49 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Lexically scoped subroutine wrappers for Perl
|
|
|
|
|
2008-11-27 12:22:31 +01:00
|
|
|
USE_ZIP= yes
|
2004-07-07 16:24:49 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Hook::LexWrap.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|