Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= psgconf |
8 |
PORTNAME= psgconf |
9 |
PORTVERSION= 3.1.5 |
9 |
PORTVERSION= 3.1.12 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/ |
11 |
MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/ |
12 |
|
12 |
|
Lines 16-23
Link Here
|
16 |
BUILD_DEPENDS= ${SITE_PERL}/Config/Objective.pm:${PORTSDIR}/devel/p5-Config-Objective \ |
16 |
BUILD_DEPENDS= ${SITE_PERL}/Config/Objective.pm:${PORTSDIR}/devel/p5-Config-Objective \ |
17 |
${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ |
17 |
${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ |
18 |
${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable/Process.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \ |
18 |
${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable/Process.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Unix/Mknod.pm:${PORTSDIR}/sysutils/p5-Unix-Mknod |
19 |
${SITE_PERL}/${PERL_ARCH}/Unix/Mknod.pm:${PORTSDIR}/sysutils/p5-Unix-Mknod \ |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version |
21 |
|
21 |
|
22 |
PERL_CONFIGURE= YES |
22 |
PERL_CONFIGURE= YES |
23 |
|
23 |
|
Lines 26-31
Link Here
|
26 |
PSGConf::Action.3 \ |
26 |
PSGConf::Action.3 \ |
27 |
PSGConf::Action::ChMod.3 \ |
27 |
PSGConf::Action::ChMod.3 \ |
28 |
PSGConf::Action::CopyFile.3 \ |
28 |
PSGConf::Action::CopyFile.3 \ |
|
|
29 |
PSGConf::Action::CreateFile.3 \ |
29 |
PSGConf::Action::Crontab.3 \ |
30 |
PSGConf::Action::Crontab.3 \ |
30 |
PSGConf::Action::File.3 \ |
31 |
PSGConf::Action::File.3 \ |
31 |
PSGConf::Action::GenerateFile.3 \ |
32 |
PSGConf::Action::GenerateFile.3 \ |
Lines 78-83
Link Here
|
78 |
PSGConf::Action::GenerateFile::workers_properties.3 \ |
79 |
PSGConf::Action::GenerateFile::workers_properties.3 \ |
79 |
PSGConf::Action::GenerateFile::xinetd_conf.3 \ |
80 |
PSGConf::Action::GenerateFile::xinetd_conf.3 \ |
80 |
PSGConf::Action::HomeDir.3 \ |
81 |
PSGConf::Action::HomeDir.3 \ |
|
|
82 |
PSGConf::Action::lpadmin.3 \ |
81 |
PSGConf::Action::MkDir.3 \ |
83 |
PSGConf::Action::MkDir.3 \ |
82 |
PSGConf::Action::MkNod.3 \ |
84 |
PSGConf::Action::MkNod.3 \ |
83 |
PSGConf::Action::ModifyFile.3 \ |
85 |
PSGConf::Action::ModifyFile.3 \ |
Lines 93-101
Link Here
|
93 |
PSGConf::Action::Remove.3 \ |
95 |
PSGConf::Action::Remove.3 \ |
94 |
PSGConf::Action::RemoveCrontab.3 \ |
96 |
PSGConf::Action::RemoveCrontab.3 \ |
95 |
PSGConf::Action::RestartDaemon.3 \ |
97 |
PSGConf::Action::RestartDaemon.3 \ |
|
|
98 |
PSGConf::Action::RPMImportGPGKey.3 \ |
96 |
PSGConf::Action::RunCommand.3 \ |
99 |
PSGConf::Action::RunCommand.3 \ |
97 |
PSGConf::Action::Symlink.3 \ |
100 |
PSGConf::Action::Symlink.3 \ |
98 |
PSGConf::Action::TouchFile.3 \ |
101 |
PSGConf::Action::TouchFile.3 \ |
|
|
102 |
PSGConf::Action::UntarFile.3 \ |
103 |
PSGConf::Action::svcs::import.3 \ |
99 |
PSGConf::Action::svcs::setprop.3 \ |
104 |
PSGConf::Action::svcs::setprop.3 \ |
100 |
PSGConf::Control.3 \ |
105 |
PSGConf::Control.3 \ |
101 |
PSGConf::Control::AIX.3 \ |
106 |
PSGConf::Control::AIX.3 \ |
Lines 155-160
Link Here
|
155 |
psgconf-intro.3 |
160 |
psgconf-intro.3 |
156 |
|
161 |
|
157 |
.include <bsd.port.pre.mk> |
162 |
.include <bsd.port.pre.mk> |
|
|
163 |
|
164 |
.if ${PERL_LEVEL} < 500800 |
165 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net |
166 |
.endif |
167 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
158 |
|
168 |
|
159 |
.if ${PERL_LEVEL} < 500600 |
169 |
.if ${PERL_LEVEL} < 500600 |
160 |
IGNORE= this port requires perl 5.6 or newer |
170 |
IGNORE= this port requires perl 5.6 or newer |