aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Import-Into/Makefile
blob: 05a5fef4f77d0d0cdd585529ea3c8587408167fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Import-Into
PORTVERSION=    1.001000
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:MSTROUT
PKGNAMEPREFIX=  p5-

MAINTAINER= wen@FreeBSD.org
COMMENT=    Import packages into other packages

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

PERL_CONFIGURE= yes

MAN3=       Import::Into.3

.include <bsd.port.mk>