f6cc3df8c0
any package to import it into another package. WWW: http://search.cpan.org/dist/Import-Into/ Feature safe: yes
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# 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>
|