22 lines
419 B
Makefile
22 lines
419 B
Makefile
# New ports collection makefile for: devel/p5-Guard
|
|
# Date created: 28 April 2009
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Guard
|
|
PORTVERSION= 1.021
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Safe cleanup blocks
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Guard.3
|
|
|
|
.include <bsd.port.mk>
|