mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7c70613a56
Approved by: portmgr (blanket infrastructure)
18 lines
315 B
Makefile
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>
|