1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/p5-Test-Requires/Makefile
Jun Kuriyama 122dedc8f9 - Upgrade to 0.03.
Feature safe:	yes
2009-09-23 05:03:57 +00:00

22 lines
423 B
Makefile

# New ports collection makefile for: Test::Requires
# Date created: 08 Sep 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Requires
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for checking to see if the module can be loaded
PERL_CONFIGURE= yes
MAN3= Test::Requires.3
.include <bsd.port.mk>