Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# New ports collection makefile for: devel/p5-Commands-Guarded
|
|
# Date created: 19 November 2004
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Commands-Guarded
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/T/TR/TREY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Deterministic guarded commands for Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Commands::Guarded.3
|
|
|
|
.include <bsd.port.mk>
|