1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/p5-Scope-Guard/Makefile
Andrej Zverev 7c70613a56 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 09:19:35 +00:00

18 lines
315 B
Makefile

# Created by: Craig Manley
# $FreeBSD$
PORTNAME= Scope-Guard
PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHOCOLATE
PKGNAMEPREFIX= p5-
MAINTAINER= v.a.popov@gmail.com
COMMENT= Lexically scoped resource management
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>