blob: 890247c15ef4ec9e0c4a4189172b1e40f0162d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: Pod-Tests
# Date created: 20 Nov 2005
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Pod-Tests
PORTVERSION= 1.19
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extracts embedded tests and code examples from POD
PERL_CONFIGURE= yes
MAN1= pod2test.1
MAN3= Pod::Tests.3
.include <bsd.port.mk>
|