mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
21 lines
390 B
Makefile
21 lines
390 B
Makefile
# Created by: Vladimir Perepelitsa <mons@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ToolSet
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Load your commonly-used modules in a single import
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAN3= ToolSet.3 \
|
|
ToolSet::SWC.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|