1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/p5-AtExit/Makefile
Frederic Culot e0d9a7749e - Update to 2.02
- Add TEST_DEPENDS
- Add LICENSE (Artistic 1)
- Shorten Makefile's COMMENT

Changes:	search.cpan.org/dist/AtExit/Changes
2014-04-11 14:35:57 +00:00

21 lines
386 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= AtExit
PORTVERSION= 2.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perform exit processing for a program or object
LICENSE= ART10
TEST_DEPENDS= p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>