freebsd-ports/devel/p5-Scope-Guard/Makefile

20 lines
352 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
MAN3= Scope::Guard.3
NO_STAGE= yes
.include <bsd.port.mk>