fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
429 B
Text
8 lines
429 B
Text
from the README:
|
|
|
|
This module solves the problem of having to write a bazillion get/set
|
|
methods that are all the same. The argument to 'use' is a hash whose keys
|
|
are the names of types of generic methods generated by MethodMaker and
|
|
whose values tell method maker what methods to make. (More precisely, the
|
|
keys are the names of MethodMaker methods (methods that write methods) and
|
|
the values are the arguments to those methods.
|