blob: 7f414b95aefd06b79fff8288b0fccd191c3c653c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|