1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/p5-AtExit/Makefile
2013-10-27 15:12:16 +00:00

17 lines
312 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= AtExit
PORTVERSION= 2.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= AtExit - Perform exit processing for a program or object
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>