1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/p5-Carp/Makefile
Sunpoet Po-Chuan Hsieh 665df09d66 - Support STAGEDIR
2013-09-30 19:58:55 +00:00

17 lines
305 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Carp
PORTVERSION= 1.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Alternative warn and die for modules
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>