mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
365f70a6aa
Approved by: portmgr (blanket infrastructure)
18 lines
342 B
Makefile
18 lines
342 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
|
|
|
|
.include <bsd.port.mk>
|