mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# New ports collection makefile for: p5-Package-Generator
|
|
# Date Created: 22 Apr 2008
|
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Package-Generator
|
|
PORTVERSION= 0.103
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= This module lets you quickly and easily construct new packages
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN3= Package::Reaper.3 Package::Generator.3
|
|
|
|
.include <bsd.port.mk>
|