1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Guard/Makefile
Adam Weinberger 080cce8627 Update to 1.023.
Changes: https://metacpan.org/changes/distribution/Guard

PR:		197730
Approved by:	maintainer (implicit)
2015-02-16 21:46:14 +00:00

19 lines
327 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Guard
PORTVERSION= 1.023
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Safe cleanup blocks
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>