freebsd-ports/devel/p5-Test-API/Makefile
Muhammad Moinur Rahman bab26234f5 [NEW] devel/p5-Test-API: Test a list of subroutines provided by a module
This simple test module checks the subroutines provided by a module. This is
useful for confirming a planned API in testing and ensuring that other
functions aren't unintentionally included via import.

WWW: http://search.cpan.org/dist/Test-API/
2015-04-01 12:00:15 +00:00

19 lines
368 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-API
PORTVERSION= 0.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Test a list of subroutines provided by a module
LICENSE= APACHE20
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>