blob: d3523e490783000f390df99e61fcc6d3de189a4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= CPAN:MLEHMANN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Safe cleanup blocks
PERL_CONFIGURE= 5.8.0+
MAN3= Guard.3
.include <bsd.port.mk>
|